kaxil commented on a change in pull request #6601: [AIRFLOW-6010] Remove cyclic imports and pylint disables URL: https://github.com/apache/airflow/pull/6601#discussion_r348491503
########## File path: UPDATING.md ########## @@ -41,6 +41,13 @@ assists users migrating to a new version. ## Airflow Master +### Changes to settings +CONTEXT_MANAGER_DAG was removed from settings. It's role has been taken by `DagContext` in +'airflow.models.dag'. One of the reasons was that settings should be rather static than store +dynamic context from the DAG, but the main one is that moving the context out of settings allowed to +untangle cyclic imports between DAG, BaseOperator, SerializedDAG, SerializedBaseOperator which was +part of AIRFLOW-6010. Review comment: ```suggestion part of [AIRFLOW-6010](https://issues.apache.org/jira/browse/AIRFLOW-6010). ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
