uranusjr commented on code in PR #41321:
URL: https://github.com/apache/airflow/pull/41321#discussion_r1708914131


##########
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 there is already a default, and we can’t really just change that 
default unless we warn everyone not use that default first. I do wonder if 
there’s a better way.



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