gocardless/airflow-dbt

import airflow.hooks.base_hook is deprecated

ahurducas opened this issue · 0 comments

/lib/python3.9/site-packages/airflow_dbt/hooks/dbt_hook.py:7 DeprecationWarning: The airflow.hooks.base_hook.BaseHook class is deprecated. Please use 'airflow.hooks.base.BaseHook'.
/lib/python3.9/site-packages/airflow_dbt/operators/init.py:1 RemovedInAirflow3Warning: This decorator is deprecated.

In previous versions, all subclasses of BaseOperator must use apply_default decorator for the default_args feature to work properly.

In current version, it is optional. The decorator is applied automatically using the metaclass.