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
What’s the recommended way to get a newer version of dbt? I managed in the end, but it was far from obvious, and I feel like there are more obvious ways to do it.
Steps:
meltano add utility dbt-bigquery --no-install -> this adds the following to meltano.yml without installing the old versions of dbt
Run meltano run dbt-bigquery:debug to verify the version
If this is the best way to get the latest supported version of dbt, I suggest we add this to the docs. Happy to help if you point me in the right direction.
The text was updated successfully, but these errors were encountered:
What’s the recommended way to get a newer version of dbt? I managed in the end, but it was far from obvious, and I feel like there are more obvious ways to do it.
Steps:
meltano add utility dbt-bigquery --no-install
-> this adds the following tomeltano.yml
without installing the old versions of dbt1.7.2
meltano install
meltano run dbt-bigquery:debug
to verify the versionIf this is the best way to get the latest supported version of dbt, I suggest we add this to the docs. Happy to help if you point me in the right direction.
The text was updated successfully, but these errors were encountered: