Skip to content

What will break moving from DBT v1.1 to v1.6? #8990

Answered by edwrand
edwrand asked this question in Q&A
Discussion options

You must be logged in to vote

Circling back to answer my own question in case someone else needs this.

Steps to upgrade several DBT versions:

  1. Update package versions (including unused but dependent packages)
  2. Replace dbt-utils.surrogate_key with the newer version dbt-utils.generate_surrogate_key
  3. dbt-utils.generate_surrogate_key takes in an array argument instead of strings like the deprecated version
  4. Double check YML configuration as some indentation might change

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by edwrand
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant