variables in .bash_profile not detected as environment variables by the extension #1623
Unanswered
kimkonings
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
The variables in my .bash_profile are not being found, it seems. In my .bash_profile, there is a value for DBT_ACCESS_TOKEN, and when I echo this value in my VS Code's bash terminal, I get the right value as defined in .bash_profile and dbt-debug succeeds (with running poetry in the background). However, when I try to get a query result, it gives me a permission error. Additionally, when debugging the environment variables, as stated here, I get a different value for my DBT_ACCESS_TOKEN. What can I do to fix this? In already tried to migrate the token to .bashrc but this also didn't help and I cannot find a place where I accidentally defined the token once more. FYI: I use Databricks.
Can somebody help out?
Beta Was this translation helpful? Give feedback.
All reactions