uranusjr commented on code in PR #47354:
URL: https://github.com/apache/airflow/pull/47354#discussion_r1982512463
##########
airflow/models/dag.py:
##########
@@ -382,7 +382,7 @@ class DAG(TaskSDKDag, LoggingMixin):
:param default_view: Specify DAG default view (grid, graph, duration,
gantt, landing_times),
default grid
:param orientation: Specify DAG orientation in graph view (LR, TB, RL,
BT), default LR
- :param catchup: Perform scheduler catchup (or only run latest)? Defaults
to True
+ :param catchup: Perform scheduler catchup (or only run latest)? Defaults
to False
Review Comment:
There’s also a docstring in `task_sdk/..../definitions/dag.py` we need to
change. (This is duplicated due to the task sdk thing; we should fix this later
but not now.)
--
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]