jscheffl commented on code in PR #41321:
URL: https://github.com/apache/airflow/pull/41321#discussion_r1710078438
##########
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:
Yeah... no better way... only chance would be to drop the attribute (which
we did in the past once :-D) and add a new one with a new default... yeah. sad.
--
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]