Hey all,
dbt <https://docs.getdbt.com/docs/introduction/> seems to continue to gain momentum. There's already an airflow-dbt project <https://github.com/gocardless/airflow-dbt> that is essentially a provider package. Would it make sense to fold the dbt_hook <https://github.com/gocardless/airflow-dbt/blob/master/airflow_dbt/hooks/dbt_hook.py> and dbt_operator <https://github.com/gocardless/airflow-dbt/blob/master/airflow_dbt/operators/dbt_operator.py> into a provider package in the official airflow repo?