jedcunningham commented on code in PR #26357:
URL: https://github.com/apache/airflow/pull/26357#discussion_r970293404


##########
airflow/cli/cli_parser.py:
##########
@@ -245,6 +245,9 @@ def string_lower_type(val):
     choices={ColorMode.ON, ColorMode.OFF, ColorMode.AUTO},
     default=ColorMode.AUTO,
 )
+ARG_DAG_ID_REQ_FLAG = Arg(
+    ("-d", "--dag-id"), required=True, help="The id of the dag"

Review Comment:
   I'd rather leave this as-is in this pr, matching the existing help text for 
the other dag id arg.



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