Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(AIR303): extend the following rules
* apache-airflow-providers-common-sql >= 1.0.0 * `airflow.hooks.dbapi.ConnectorProtocol` → `airflow.providers.common.sql.hooks.sql.ConnectorProtocol` * `airflow.hooks.dbapi.DbApiHook` → `airflow.providers.common.sql.hooks.sql.DbApiHook` * apache-airflow-providers-cncf-kubernetes >= 7.4.0 * `airflow.executors.kubernetes_executor_types.ALL_NAMESPACES` → `airflow.providers.cncf.kubernetes.executors.kubernetes_executor_types.ALL_NAMESPACES` * `airflow.executors.kubernetes_executor_types.POD_EXECUTOR_DONE_KEY` → `airflow.providers.cncf.kubernetes.executors.kubernetes_executor_types.POD_EXECUTOR_DONE_KEY` * apache-airflow-providers-celery == 3.3.0 * `airflow.executors.celery_executor.app` → `airflow.providers.celery.executors.celery_executor_utils.app` * `airflow.config_templates.default_celery.DEFAULT_CELERY_CONFIG` → `airflow.providers.celery.executors.default_celery.DEFAULT_CELERY_CONFIG` * apache-airflow-providers-apache-hive == 1.0.0 * `airflow.hooks.hive_hooks.HIVE_QUEUE_PRIORITIES` → `airflow.providers.apache.hive.hooks.hive.HIVE_QUEUE_PRIORITIES` * apache-airflow-providers-apache-hive == 5.1.0 * `airflow.macros.hive.closest_ds_partition` → `airflow.providers.apache.hive.macros.hive.closest_ds_partition` * `airflow.macros.hive.max_partition` → `airflow.providers.apache.hive.macros.hive.max_partition`
- Loading branch information