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.
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
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion on the label, I've added it and tagged the issues!
Good question on the versioning. Hmm, not sure what is best really. I think it's ok for newer versions of the library to drop support for older versions of Airflow fairly quickly, and similar for dbt. There are not loads of new features being added to this library, so odds are if you are using an older version of either Airflow or dbt you can continue to use an older version of this library without issues.
Let's think about this a bit more :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 inairflow-dbt
. And also look into adding this as a provider at some pointThe text was updated successfully, but these errors were encountered: