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
