Skip to content

Commit ecc3e2a

Browse files
authored
Merge pull request #714 from tulibraries/BL-1634-update-bw-path
BL-1634: Update bw path to use correct folder.
2 parents 61297c7 + 9ea49ed commit ecc3e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cob_datapipeline/catalog_full_reindex_dag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"BUCKET": AIRFLOW_DATA_BUCKET,
129129
"DEST_FOLDER": ALMASFTP_S3_PREFIX + "/" + DAG.dag_id + "/{{ ti.xcom_pull(task_ids='set_s3_namespace') }}/lookup.tsv",
130130
"S3_KEYS": "{{ ti.xcom_pull(task_ids='list_boundwith_s3_data') }}",
131-
"SOURCE_FOLDER": ALMASFTP_S3_PREFIX + "/alma_bibs__boundwith"
131+
"SOURCE_FOLDER": ALMASFTP_S3_PREFIX + "/bw/" + ALMASFTP_S3_ORIGINAL_BW_DATA_NAMESPACE + "/alma_bibs__boundwith"
132132
},
133133
dag=DAG
134134
)

0 commit comments

Comments
 (0)