Hello All, I recently moved `BaseHook` class into the task SDK: https://github.com/apache/airflow/pull/51873. While I was doing this, we were also running an effort to update `BaseOperator` imports in various providers for AF3 compatibility which touched the version_compat.py and created a nice import interface for that.
As a follow up, we are seeking help from the community to migrate all provider packages to use BaseHook imports via version_compat.py to ensure Airflow 3.0 compatibility while maintaining backward compatibility with Airflow 2.x. More details in: https://github.com/apache/airflow/issues/52676. Standard provider hooks have already been migrated as part of: https://github.com/apache/airflow/pull/52766 which can serve as a good reference point. Thanks in advance and looking forward to your contributions. Thanks & Regards, Amogh