The problem I’m having
I have created a dbt.env file which contains the values of the environment variables that I am trying to reference while running a model. I have also created a load_env.py file which prints the values of the environment variables that I have specified. But when I am trying to run the model, I am facing the errors.
The context of why I’m trying to do this
What I’ve already tried
Some example code or error messages
Env var required but not provided : ‘dbt_SCHEMA’
Put code inside backticks
to preserve indentation
which is especially important
for Python and YAML!