sunank200 commented on code in PR #56921:
URL: https://github.com/apache/airflow/pull/56921#discussion_r2446706184
##########
airflow-core/src/airflow/configuration.py:
##########
@@ -1936,14 +1937,14 @@ def _warn_deprecate(
warnings.warn(
f"The {deprecated_name} option in [{section}] has been renamed
to {key} - "
f"the old setting has been used, but please update your
config.",
- DeprecationWarning,
+ DeprecatedImportWarning,
Review Comment:
`DeprecatedImportWarning` is for imports. Is this importing here and all
other places in this PR?
--
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]