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


##########
airflow/cli/cli_config.py:
##########
@@ -1242,15 +1235,15 @@ class GroupCommand(NamedTuple):
     ),
     ActionCommand(
         name="reserialize",
-        help="Reserialize all DAGs by parsing the DagBag files",
+        help="Re-version DAGs by parsing the DagBag files",
         description=(
-            "Drop all serialized dags from the metadata DB. This will cause 
all DAGs to be reserialized "
-            "from the DagBag folder. This can be helpful if your serialized 
DAGs get out of sync with the "
-            "version of Airflow that you are running."
+            "Manually initiate re-versioning of DAGs. Airflow will detect any 
changes in "

Review Comment:
   if the code and structure of your dags has not change, would the version 
necessarily be updated?
   
   if that's true, it would seem to make sense to keep the language 
"reserialize", given that, reserialize is the primary thing you are doing, and 
a version change may or may not happen and in any case would be a secondary 
consequence.  is that right?



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