shahar1 commented on code in PR #38265:
URL: https://github.com/apache/airflow/pull/38265#discussion_r1530904781
##########
airflow/cli/cli_config.py:
##########
@@ -382,11 +382,19 @@ def string_lower_type(val):
),
action="store_true",
)
+# TODO: Deprecate in backfill command in favor of --treat-dag-id-as-regex
Review Comment:
I prefer to apply the deprecation in a separate PR, as it requires modifying
`backfill`'s logic. Does it work ok for you?
--
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]