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 2020/02/21 12:33:14 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #7481: [AIRFLOW-6862][depends on AIRFLOW-6857][WIP] Do not check the freshness of fresh DAG

kaxil commented on a change in pull request #7481: [AIRFLOW-6862][depends on AIRFLOW-6857][WIP] Do not check the freshness of fresh DAG
URL: https://github.com/apache/airflow/pull/7481#discussion_r382557401
 
 

 ##########
 File path: airflow/jobs/scheduler_job.py
 ##########
 @@ -686,10 +686,6 @@ def _process_dags(self, dagbag, dags, tis_out):
         """
         check_slas = conf.getboolean('core', 'CHECK_SLAS', fallback=True)
         for dag in dags:
-            dag = dagbag.get_dag(dag.dag_id)
 
 Review comment:
   If that is the case, do we even need dagbag in the method signature?

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