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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to