ephraimbuddy commented on code in PR #43949:
URL: https://github.com/apache/airflow/pull/43949#discussion_r1846845369


##########
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:
   Having a DAG that ran before with a missing dag_version doesn't make sense, 
in my opinion. The source code won't be there, and the serdag too



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