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 f5dc1c0 commit 8538a6dCopy full SHA for 8538a6d
cob_datapipeline/gencon_ingest_dag.py
@@ -64,9 +64,10 @@
64
Tasks with custom logic are relegated to individual Python files.
65
"""
66
67
+AIRFLOW_HOME = "/opt/airflow"
68
INDEX_GENCON = BashOperator(
69
task_id="index_gencon",
- bash_command="/opt/airflow/dags/cob_datapipeline/scripts/ingest_gencon.sh ",
70
+ bash_command="/dags/cob_datapipeline/scripts/ingest_gencon.sh ",
71
retries=1,
72
env={
73
"AWS_ACCESS_KEY_ID": AIRFLOW_S3.login,
0 commit comments