gocardless / airflow-dbt

Apache Airflow integration for dbt
https://pypi.org/project/airflow-dbt/
MIT License
392 stars 62 forks source link

dbt tests - Support for dbt v1.0+ #74

Open ism21 opened 1 year ago

ism21 commented 1 year ago

Currently dbt tests are failing when we use dbt v1.0 because --data and --schema flags are deprecated (Doc). We need to revisit the code in https://github.com/gocardless/airflow-dbt/blob/master/airflow_dbt/hooks/dbt_hook.py#L103 and make it compatible for v1.0+ versions.