malthe commented on a change in pull request #19282:
URL: https://github.com/apache/airflow/pull/19282#discussion_r738574046



##########
File path: airflow/models/dag.py
##########
@@ -204,6 +204,9 @@ class DAG(LoggingMixin):
     :param end_date: A date beyond which your DAG won't run, leave to None
         for open ended scheduling
     :type end_date: datetime.datetime
+    :param timetable: Specify which timetable implementation to use. See
+        :doc:`/howto/timetable` for more information.
+    :type timetable: airflow.timetables.base.Timetable

Review comment:
       Good idea; I have moved it up and added the mutual exclusivity under 
"timetable".




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