jedcunningham commented on code in PR #41321:
URL: https://github.com/apache/airflow/pull/41321#discussion_r1708556536
##########
airflow/models/dag.py:
##########
@@ -678,6 +678,12 @@ def __init__(
self.timetable = DatasetTriggeredTimetable(DatasetAll(*schedule))
self.schedule_interval = self.timetable.summary
elif isinstance(schedule, ArgNotSet):
+ warnings.warn(
Review Comment:
We've definitely considered it and wanted to do it for a long time now. But
yeah, breaking change...
--
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]