Skip to content

Commit

Permalink
[EWT-569] Airflow Upgrade to 1.10.14 [CP] from 1.10.4+twtr : f7050fb
Browse files Browse the repository at this point in the history
CP Contains Experiment API path fix (twitter-forks#37)

Co-authored-by: Vishesh Jain <[email protected]>
  • Loading branch information
2 people authored and Ayush Sethi committed Dec 20, 2020
1 parent c404b13 commit cadbf66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion airflow/api/common/experimental/trigger_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,10 @@ def read_store_serialized_dags():
from airflow.configuration import conf
return conf.getboolean('core', 'store_serialized_dags')
dagbag = DagBag(
dag_folder=dag_model.fileloc,
dag_folder=dag_model.get_local_fileloc(),
store_serialized_dags=read_store_serialized_dags()
)

dag_run = DagRun()
triggers = _trigger_dag(
dag_id=dag_id,
Expand Down

0 comments on commit cadbf66

Please sign in to comment.