WEI TIAN created AIRFLOW-4552:
---------------------------------
Summary: params defined at dag level does not override the
default_args
Key: AIRFLOW-4552
URL: https://issues.apache.org/jira/browse/AIRFLOW-4552
Project: Apache Airflow
Issue Type: Bug
Components: DAG
Reporter: WEI TIAN
the logic to merge params seems wrong at dag.py:
[https://github.com/apache/airflow/blob/master/airflow/models/dag.py#L200]
The params defined at dag level should overwrite the params defined in the
default_args
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)