Using power user without opening a workspace - "Detecting dbt" forever #374
-
I can successfully use dbt power user if I use Sometimes I just want to open a specific sql file from the terminal without first opening a workspace, e.g. I've set the following two options in order for power user to find the python environment that dbt is installed in, and to find the dbt profiles. "dbt.dbtPythonPathOverride": "/Users/thomas/oda/dbt-models/.direnv/python-3.9.9/bin/python",
"dbt.profilesDirOverride": "/Users/thomas/oda/dbt-models", Here I have copied out a file onto my desktop and opened it there. The Python environment is successfully sourced in the terminal, and In VSCode, With the above settings, if I We're currently locked in on dbt v1.3.2 and snowflake plugin v1.3.0. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think we require a workspace being selected. I also doubt multiple workspaces works at this time. |
Beta Was this translation helpful? Give feedback.
I think we require a workspace being selected. I also doubt multiple workspaces works at this time.