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 2018/12/17 17:01:44 UTC

[GitHub] ashb commented on a change in pull request #4328: AIRFLOW-3530 - No re-parsing of dag files

ashb commented on a change in pull request #4328: AIRFLOW-3530 - No re-parsing of dag files
URL: https://github.com/apache/incubator-airflow/pull/4328#discussion_r242232127
 
 

 ##########
 File path: airflow/utils/dag_processing.py
 ##########
 @@ -44,101 +45,13 @@
 # To avoid circular imports
 import airflow.models
 from airflow import configuration as conf
-from airflow.dag.base_dag import BaseDag, BaseDagBag
-from airflow.exceptions import AirflowException
 from airflow.settings import logging_class_path
 from airflow.utils import timezone
 from airflow.utils.db import provide_session
 from airflow.utils.log.logging_mixin import LoggingMixin
 from airflow.utils.state import State
 
 
-class SimpleDag(BaseDag):
 
 Review comment:
   Can you explain your thinking behind removing this class?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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