Nice, thank you Ankit. I reviewed the GH issue and noticed a missing step. We need to mention that the contributors have to indicate in provider.yaml of compat sdk's consuming providers that the min version needs to be bumped at the time of release.
I updated your GH issue to include a step 4 for it. Thanks & Regards, Amogh Desai On Thu, Jan 1, 2026 at 1:47 AM Ankit Chaurasia <[email protected]> wrote: > Hello folks, > > Happy New Year! > Looking for help from the community on these providers import path changes: > https://github.com/apache/airflow/issues/60000 > > Goal: Replace > > from airflow.configuration import conf > > > with > > > from airflow.providers.common.compat.sdk import conf > > > This affects 29 providers (~183 files) and ensures backward compatibility. > > I have already created multiple PRs for various providers linked to the > above issue. > > Please comment on the issue to grab a provider. Any help is appreciated! > > > Regards, > Ankit Chaurasia >
