uranusjr commented on code in PR #25005:
URL: https://github.com/apache/airflow/pull/25005#discussion_r919746969
##########
airflow/cli/cli_parser.py:
##########
@@ -421,6 +421,11 @@ def string_lower_type(val):
),
type=string_list_type,
)
+ARG_DB_DAG_IDS = Arg(
+ ("-d", "--dag-ids"),
+ help="Dag ids to perform maintenance on (use comma-separated list).\n",
Review Comment:
```suggestion
help="DAG IDs to perform maintenance on (use comma-separated list).\n",
```
--
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]