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 2021/11/10 20:40:47 UTC

[GitHub] [airflow] ashb commented on a change in pull request #19528: Fix missing dagruns when catchup=True

ashb commented on a change in pull request #19528:
URL: https://github.com/apache/airflow/pull/19528#discussion_r746969082



##########
File path: airflow/models/dag.py
##########
@@ -630,6 +630,7 @@ def get_next_data_interval(self, dag_model: "DagModel") -> Optional[DataInterval
         data_interval = dag_model.next_dagrun_data_interval
         if data_interval is not None:
             return data_interval
+        self.log.warning("%s needed to infer interval", self.dag_id)

Review comment:
       This was just my debugging/testing and we don't need this here I don't think.
   
   Also it can stay if we think it's useful




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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org