You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A call to dbt --version gives (running on Ubuntu 22):
Core:
- installed: 1.7.13
- latest: 1.8.5 - Update available!
Your version of dbt-core is out of date!
You can find instructions for upgrading here:
https://docs.getdbt.com/docs/installation
Plugins:
- dremio: 1.7.0 - Up to date!
When I run dbt seed, I get the following error:
02:12:06 Running with dbt=1.7.13
02:12:06 Encountered an error:
Parsing Error
Env var required but not provided: 'DREMIO_HOST'
I verify they exist:
$ echo $DREMIO_HOST
beast.local
I can go in and "hand-code" those variables, and everything works great. It's just not reading them for some reason with this adapter. Any clue why?
Expected Behavior
Expectation is for environment variable to be resolved within Jinja sequence, as dictated here.
Steps To Reproduce
Create an environment variable, say for software_host.
Is there an existing issue for this?
Current Behavior
I have utilised environment variables within my
profiles.yaml
, for example:A call to
dbt --version
gives (running on Ubuntu 22):When I run
dbt seed
, I get the following error:I verify they exist:
I can go in and "hand-code" those variables, and everything works great. It's just not reading them for some reason with this adapter. Any clue why?
Expected Behavior
Expectation is for environment variable to be resolved within Jinja sequence, as dictated here.
Steps To Reproduce
software_host
.profiles.yaml
.Environment
Relevant log output
The text was updated successfully, but these errors were encountered: