My environment variables are not taking in the values of the variables I set in the dbt.env file while I am trying to run a model using dbt run?

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!

can you try exporting them manually and check if its working or not