``` This version of dbt is not supported with the...
# troubleshooting
v
Copy code
This version of dbt is not supported with the 'my_meltano_project' package.
New install of meltano setting dbt up, hit this.
Copy code
meltano --version

meltano, version 1.93.0
(.venv) PS C:\code\bamboohr2ad> meltano invoke dbt:run Running with dbt=0.21.1 Encountered an error while reading the project: ERROR: Runtime Error This version of dbt is not supported with the 'my_meltano_project' package. Installed version of dbt: =0.21.1 Required version of dbt for 'my_meltano_project': ['>=1.0.0', '<2.0.0'] Check the requirements for the 'my_meltano_project' package, or run dbt again with --no-version-check Error encountered in C:\code\bamboohr2ad\transform\dbt_project.yml Encountered an error: Runtime Error Could not run dbt (.venv) PS C:\code\bamboohr2ad> meltano --version meltano, version 1.93.0
Copy code
transformers:
  - name: dbt
    pip_url: dbt==0.21.1
    config:
      target: postgres
Is in meltano.yml I didn't manually set dbt to 0.21.1
e
Interesting. In the latest meltano,
meltano add transformer dbt
should add dbt 1.0 to your project, so perhaps you added dbt before upgrading to meltano 1.93.0?
v
message has been deleted
Didn't dive in very much but there's some raw fried brain footage for you
Haven't been trying to dive into this but hope it helps somewhat
e
Right, I can confirm the same. You get dbt
0.21.0
. It seems to be because https://meltano.com/discovery.yml is not up-to-date for some reason
It should be fixed now simple smile