Replies: 1 comment 1 reply
-
Hi @calleo - I ran into a similar issue, ie, wanting to update dbt-core inside a docker image using the dbt-snowflake package. It seems like the version number of dbt-snowflake is kept consistent with the version number of dbt-core. In other words, if you want to update to dbt-core v. 1.5.4, you will need to upgrade to dbt-snowflake v. 1.5.4 as well. In your case, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Running
docker run ghcr.io/dbt-labs/dbt-snowflake:1.5.2 --version
shows:As you see the
dbt-core
version is 1.5.2, but the current latest patch version is 1.5.4. What is the reasoning behind this? I think I would like to run the latest 1.5.x version ofdbt-core
and version 1.5.2 ofdbt-snowflake
when using the1.5.2
image. Or am I missing something? Shouldn't I be doing this?Beta Was this translation helpful? Give feedback.
All reactions