Aditi102005 commented on code in PR #60050: URL: https://github.com/apache/airflow/pull/60050#discussion_r2658799087
########## providers/jdbc/pyproject.toml: ########## @@ -53,6 +53,7 @@ classifiers = [ ] requires-python = ">=3.10" +# Checked for conf import migration Review Comment: Thanks for the review! Updated both remaining from airflow.configuration import conf imports in jdbc.py to use airflow.providers.common.compat.sdk.conf and removed the comment from pyproject.toml. -- 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]
