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 61297c7 + 9ea49ed commit ecc3e2aCopy full SHA for ecc3e2a
cob_datapipeline/catalog_full_reindex_dag.py
@@ -128,7 +128,7 @@
128
"BUCKET": AIRFLOW_DATA_BUCKET,
129
"DEST_FOLDER": ALMASFTP_S3_PREFIX + "/" + DAG.dag_id + "/{{ ti.xcom_pull(task_ids='set_s3_namespace') }}/lookup.tsv",
130
"S3_KEYS": "{{ ti.xcom_pull(task_ids='list_boundwith_s3_data') }}",
131
- "SOURCE_FOLDER": ALMASFTP_S3_PREFIX + "/alma_bibs__boundwith"
+ "SOURCE_FOLDER": ALMASFTP_S3_PREFIX + "/bw/" + ALMASFTP_S3_ORIGINAL_BW_DATA_NAMESPACE + "/alma_bibs__boundwith"
132
},
133
dag=DAG
134
)
0 commit comments