tysoncung opened a new pull request, #64035: URL: https://github.com/apache/airflow/pull/64035
## What this PR does Migrates `from airflow.configuration import conf` → `from airflow.providers.common.compat.sdk import conf` for providers not yet tracked or missed in previous PRs. ### New providers (not listed in #60000): - **informatica** (2 files) - **common/ai** (2 files) ### Missed files from completed PRs: - **elasticsearch** (1 file - missed in #60030) - **google** (1 file - missed in #59986) - **keycloak** (1 file - missed in #60092) - **microsoft/azure** (1 file - missed in #60030) All affected providers already depend on `apache-airflow-providers-common-compat>=1.12.0` or higher, which includes the `conf` export in `sdk.py`. No `pyproject.toml` changes needed. Part of #60000 -- 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]
