You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "WEI TIAN (JIRA)" <ji...@apache.org> on 2019/05/21 16:55:00 UTC

[jira] [Created] (AIRFLOW-4552) params defined at dag level does not override the default_args

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)