ephraimbuddy commented on a change in pull request #19528:
URL: https://github.com/apache/airflow/pull/19528#discussion_r746974506
##########
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:
Happy to remove it then!
--
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]