Wrong version of dbt used by dbt power user #584
-
Hi folks, I suddenly started getting this weird error in one of my projects. If I run anything through DBT Power User, I can see it runs DBT v1.0.0. If I run it through the CLI, I get 1.5.0 (which is what I installed in my venv). So using DBT Power User to run anything I get a message like:
Where is DBT Power User getting that reference to dbt 1.0.0? I run my dbt project in a venv environment, but even if I deactivate it in my CLI, I get DBT 1.5.0 by default so that is not the problem. My other projects work just fine on dbt 1.3... Most importantly: how can I change DBT Power User to use the dbt version in my venv? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@winzee It seems the dbt power user is pointing to a different venv that has dbt 1.0.0. Please check the guide for more details. If you want to create a new venv please use this video for further instruction. |
Beta Was this translation helpful? Give feedback.
@winzee It seems the dbt power user is pointing to a different venv that has dbt 1.0.0. Please check the guide for more details.
If you want to create a new venv please use this video for further instruction.