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
Context
dbt now has 5 minor versions in V1 so palm should support all five and deprecate support below V1.
Is your feature request related to a problem? Please describe.
Palm rejects the two newest dbt minor versions, which it should support. Also, <= V0.19 is not supported by dbt any longer, so it doesn't need to be supported by palm either.
Describe the solution you'd like
Deprecate v0.19 and add support for dbt v1.4 and v1.5
Describe alternatives you've considered
N/A
Additional context
Is there an existing feature request for this?
I have searched the existing issues
The text was updated successfully, but these errors were encountered:
Thanks for creating this issue. We will need to keep supporting dbt v0.19 for now since we have a legacy project running on that version. As soon as we are able to drop support internally, we will!
We are also using palm-dbt with dbt v1.4 and haven't run into any issues. Can you provide reproduction instructions for "Palm rejects the two newest dbt minor versions"
Specifically, palm containerize doesn't allow you to generate new boilerplate if you specify a version greater than 1.3. I am sure a manually created image would work just fine but the maximum_version property specifies 1.3 as the max supported version.
Would you mind creating a new issue to increase the maximum supported version for containerization? That can (and should) be done separately from deprecating support for <v1
Context
dbt now has 5 minor versions in V1 so palm should support all five and deprecate support below V1.
Is your feature request related to a problem? Please describe.
Palm rejects the two newest dbt minor versions, which it should support. Also, <= V0.19 is not supported by dbt any longer, so it doesn't need to be supported by palm either.
Describe the solution you'd like
Deprecate v0.19 and add support for dbt v1.4 and v1.5
Describe alternatives you've considered
N/A
Additional context
Is there an existing feature request for this?
The text was updated successfully, but these errors were encountered: