You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
/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.
The text was updated successfully, but these errors were encountered:
/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.
The text was updated successfully, but these errors were encountered: