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 was archived by the owner on Jul 24, 2024. It is now read-only.
Hi, there's a number of issues asking for this and that new flag or param in new dbt versions. It'd be nice to tag them as such, they're nice "first contributions".
There's still the pending issue of supporting newer dbt versions. Do we want to suppport all the dbt versions? do we want to be tied to the Airflow version (see #54 ) or to the dbt version (see #59 ), or to both, using a compat matrix like dbt-utils.
Maybe the render function should also receive the airflow version it is rendering against.
Another option would be to do just like the Airflow providers does, they do NOT support old airflow versions. I think it makes sense to support dbt v1.x officially in airflow-dbt. And also look into adding this as a provider at some point