dstandish commented on code in PR #43949:
URL: https://github.com/apache/airflow/pull/43949#discussion_r1848830220
##########
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 "
+ "your DAG's structure and re-version those that have been
modified. This can be "
+ "particularly useful if your serialized DAGs become out of sync
with the Airflow "
+ "version you are using."
Review Comment:
now we're using the word "version" in two ways. --> confusing
--
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]