Hi all, The "Update conf imports in providers to use airflow.sdk.configuration #60000" [1] issue is now unblocked as "Make TaskSDK conf respect default config from provider metadata #62696" [2] was merged yesterday. This means we no longer need to define explicit fallback default values manually; we just need to replace the imports as mentioned in the issue.
There are still six providers that need to replace the Airflow Core `conf` usage with the TaskSDK `conf`: - fab - celery - edge3 - cncf - jdbc Please feel free to create a PR for any of the remaining providers and follow the steps in [1] https://github.com/apache/airflow/issues/60000. Thanks everyone for the help in advance! [1] https://github.com/apache/airflow/issues/60000 [2] https://github.com/apache/airflow/pull/62696 [3] Original link to this thread: https://lists.apache.org/thread/wsb4d7yo3846y66gywgnds2qcvmyp307 Best regards, Jason On 2026/01/04 03:54:55 Srabasti Banerjee wrote: > Thanks for your help Ankit! > > Warm Regards, > Srabasti Banerjee > > On Sat, Jan 3, 2026 at 2:27 AM Ankit Chaurasia <[email protected]> wrote: > > > Happy new year Srabasti and everyone! Assigned keycloak to you on the > > issue. > > > > Regards, > > Ankit Chaurasia > > > > > > > > > > > > On Sat, Jan 3, 2026 at 1:13 PM Srabasti Banerjee > > <[email protected]> wrote: > > > > > > Happy New Year! Hopefully it's not too late to join the party:) > > > > > > Thanks for sharing this great opportunity Ankit! > > > > > > Can you please assign me "keycloak"? > > > > > > Warm Regards, > > > Srabasti Banerjee > > > > > > On Fri, Jan 2, 2026 at 3:19 AM Rahul Vats <[email protected]> > > wrote: > > > > > > > Nice! > > > > > > > > Regards, > > > > Rahul Vats > > > > > > > > On Fri, 2 Jan 2026 at 16:25, Amogh Desai <[email protected]> > > wrote: > > > > > > > > > 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 > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
