niranda perera created AIRFLOW-2719:
---------------------------------------
Summary: DagRunOperator - target dag tasks are not triggered -
possible timezone conflict
Key: AIRFLOW-2719
URL: https://issues.apache.org/jira/browse/AIRFLOW-2719
Project: Apache Airflow
Issue Type: Bug
Components: DAG, DagRun, models, ui
Affects Versions: 1.9.0
Reporter: niranda perera
I'm using the DagRunOperator [1] and I was using the
example_trigger_controller_dag.py & example_trigger_target_dag.py.
When I triggered the controller dag, the target dag tasks are not triggered.
Check dags.png
while investigating further (check dagruns.png), I believe this due to dag run
execution date setting. I am in UTC+5.30 and while the controller dag execution
time was set by UTC+0, the target dag execution was set by my local timezone
UTC+5.30. So, the target would not get triggered for another 5.30 hours.
IMO this issue is due to this timezone conflict.
[1] [https://airflow.apache.org/_modules/dagrun_operator.html]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)