dstandish commented on code in PR #43949:
URL: https://github.com/apache/airflow/pull/43949#discussion_r1847023093
##########
airflow/cli/cli_config.py:
##########
@@ -967,10 +967,10 @@ def string_lower_type(val):
)
# reserialize
-ARG_CLEAR_ONLY = Arg(
- ("--clear-only",),
+ARG_CLEAR_HISTORY = Arg(
+ ("--clear-history",),
action="store_true",
- help="If passed, serialized DAGs will be cleared but not reserialized.",
+ help="If passed, DAGs history will be cleared.",
Review Comment:
is there a difference between dag run history and dag version history?
--
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]