Open
Description
Expected behavior
To use our dbt core we simply execute a source command that gets all the variables in our .env file of the workspace and it runs perfectly, the extension should use them too as described here in the docs of the extension.
Actual behavior
The extension doesn't pick up the variables in .env file and keeps returning the same error (image bellow).
Those env variables are necessary to find the profiles yml of our dbt project.
Steps To Reproduce
- Create a .env file in your project.
- Create an env variable called:
DBT_PROFILES_DIR
- Open the project in VSCode
- Extension doesn't work.
Bellow is my .env file as a .txt
for example.
Log output/Screenshots
No response
Operating System
WSL for Windows
dbt version
1.7.18
dbt Adapter
BigQuery
dbt Power User version
0.51.2
Are you willing to submit PR?
- Yes I am willing to submit a PR!