You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/11/25 11:34:24 UTC

[GitHub] [airflow] feluelle commented on a change in pull request #6601: [AIRFLOW-6010] Remove cyclic imports and pylint disables

feluelle 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_r350125274
 
 

 ##########
 File path: airflow/models/dag.py
 ##########
 @@ -1702,12 +1708,26 @@ def deactivate_deleted_dags(cls, alive_dag_filelocs: List[str], session=None):
             raise
 
 
-# Stringified DAGs and operators contain exactly these fields.
+class DagContext:
 
 Review comment:
   I would like to have some more description of this. :)

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services