Skip to content

Commit c8ded3f

Browse files
authored
Remove explicitly set AIRFLOW_HOME (#1768)
- Vestage of developoment
1 parent 0392ef8 commit c8ded3f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cob_datapipeline/gencon_ingest_dag.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@
6464
Tasks with custom logic are relegated to individual Python files.
6565
"""
6666

67-
68-
AIRFLOW_HOME = "/opt/airflow"
6967
INDEX_GENCON = BashOperator(
7068
task_id="index_gencon",
7169
bash_command=AIRFLOW_HOME + "/dags/cob_datapipeline/scripts/ingest_gencon.sh ",

0 commit comments

Comments
 (0)