Closed joellabes closed 2 years ago
I wrote this to help enterprise folks understand how to think about what upgrading means in terms of workflow https://docs.google.com/document/d/1JTTXa0e3MkqhaV5wITXaZQYizucYbf3Xt76s-B-Y7X0/edit
🌟 thank you!
@jasnonaz draft here for your enjoyment! https://docs.google.com/document/d/1pmAeE9UrmnrEY4i1tGqgfOegUuq03Kds1clyuD_4_UU/edit#
claire 4:44 AM hey i have a discourse article idea for you to write this was a question from one of my students and it was a good q! “how do we upgrade the dbt version?” less from a “pip install upgrade” perspective, but more from a coordination perspective like:
require-dbt-version
to your projectdbt compile
→ you’ll get an errordbt compile
→ you’ll probably hit another errordbt run
and debug any errorscommon things you’ll need to upgrade:
dbt clean
, anddbt deps
to update them)god that’s tedious lol. but like all the things like that