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 11:59:24 UTC

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

mik-laj 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_r382544484
 
 

 ##########
 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:
   This will never happen because we have loaded this file one level up.

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