Skip to content

Commit 939b1bb

Browse files
authored
Merge pull request #368 from tulibraries/BL-1400-new-sftp
BL-1400 Update path for new sftp
2 parents 08bcc89 + ab9569d commit 939b1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cob_datapipeline/dspace_harvest_dag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
provide_context=True,
127127
sftp_conn_id="DSPACESFTP",
128128
files_list_task_xcom_id="{{ ti.xcom_pull(task_ids='list_s3_files') }}",
129-
sftp_base_path="incoming/",
129+
sftp_base_path="production/",
130130
s3_conn_id="AIRFLOW_S3",
131131
s3_bucket=AIRFLOW_DATA_BUCKET,
132132
s3_prefix="dspace_harvest/" + S3_NAME_SPACE + "/transformed",

0 commit comments

Comments
 (0)