[
https://issues.apache.org/jira/browse/AIRFLOW-6010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jarek Potiuk updated AIRFLOW-6010:
----------------------------------
Description:
Context for DAG context management was loaded from settings and
it caused some cycles detected by pylint. Now context management
functionality is moved to DAG and 'import settings' is not needed
in baseoperator, subdag_operator.
was:
Context for DAG context management was loaded from settings and
it causede some cycles detected by pylint. Now context management
functionality is moved to DAG and 'import settings' is not needed
in baseoperator, subdag_operator.
> The "from airflow import settings" is used far too often
> --------------------------------------------------------
>
> Key: AIRFLOW-6010
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6010
> Project: Apache Airflow
> Issue Type: Sub-task
> Components: core
> Affects Versions: 2.0.0
> Reporter: Jarek Potiuk
> Priority: Major
>
> Context for DAG context management was loaded from settings and
> it caused some cycles detected by pylint. Now context management
> functionality is moved to DAG and 'import settings' is not needed
> in baseoperator, subdag_operator.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)