ambika-garg commented on code in PR #45779:
URL: https://github.com/apache/airflow/pull/45779#discussion_r1936389871
##########
airflow/cli/cli_config.py:
##########
@@ -172,8 +172,12 @@ def string_lower_type(val):
"--bundle-name",
),
help=("The name of the DAG bundle to use."),
+ type=str,
default=None,
)
+ARG_LATEST_BUNDLE_VERSION = Arg(
Review Comment:
I removed this 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]