initial stage
This commit is contained in:
parent
7a08db26cd
commit
7e12b9e3dc
|
@ -32,7 +32,7 @@ with DAG(
|
|||
http_conn_id="openaire_default",
|
||||
endpoint="/data/graph/{{ params.file }}",
|
||||
aws_conn_id=S3_CONN_ID,
|
||||
s3_bucket=dag.params["dst_bucket"],
|
||||
s3_bucket="{{ params.dst_bucket }}",
|
||||
s3_key="/data/graph/{{ params.file }}",
|
||||
replace=True,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue