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.
1 parent b13ce72 commit 404a679Copy full SHA for 404a679
cob_datapipeline/catalog_full_reindex_dag.py
@@ -191,6 +191,7 @@ def prepare_alma_data():
191
PREPARE_ALMA_DATA = PythonOperator(
192
task_id=f"prepare_alma_data_{index}",
193
python_callable=xml_parse.prepare_alma_data,
194
+ retries=3,
195
op_kwargs={
196
"AWS_ACCESS_KEY_ID": AIRFLOW_S3.login,
197
"AWS_SECRET_ACCESS_KEY": AIRFLOW_S3.password,
@@ -248,6 +249,7 @@ def index_sftp_marc():
248
249
INDEX_SFTP_MARC = BashOperator(
250
task_id=f"index_sftp_marc_{index}",
251
bash_command=AIRFLOW_HOME + "/dags/cob_datapipeline/scripts/ingest_marc.sh ",
252
253
env={
254
255
0 commit comments