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


##########
airflow/cli/cli_config.py:
##########
@@ -1242,15 +1235,14 @@ class GroupCommand(NamedTuple):
     ),
     ActionCommand(
         name="reserialize",
-        help="Reserialize all DAGs by parsing the DagBag files",
+        help="Reserialize 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."
+            "Reserialize DAGs in the metadata DB. This can be "
+            "particularly useful if your serialized DAGs become out of sync 
with the Airflow "

Review Comment:
   > "particularly useful if your serialized DAGs become out of sync with the 
Airflow "
   
   does this make sense anymore?  what does it actually mean that your 
"serialized dags become out of sync with airflow"



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