ephraimbuddy commented on code in PR #43949:
URL: https://github.com/apache/airflow/pull/43949#discussion_r1855387872
##########
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:
This situation is rare even in Airflow 2.10 because we reserialize DAGs
after 'upgrade' command to a new version is completed. I prefer we still leave
it as it is.
--
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]