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 6c1a8b8 commit 33f5947Copy full SHA for 33f5947
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