We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08bcc89 + ab9569d commit 939b1bbCopy full SHA for 939b1bb
cob_datapipeline/dspace_harvest_dag.py
@@ -126,7 +126,7 @@
126
provide_context=True,
127
sftp_conn_id="DSPACESFTP",
128
files_list_task_xcom_id="{{ ti.xcom_pull(task_ids='list_s3_files') }}",
129
- sftp_base_path="incoming/",
+ sftp_base_path="production/",
130
s3_conn_id="AIRFLOW_S3",
131
s3_bucket=AIRFLOW_DATA_BUCKET,
132
s3_prefix="dspace_harvest/" + S3_NAME_SPACE + "/transformed",
0 commit comments