Environment variable configs
Environment variables contain a DBT_
prefix. For a list of all dbt environment variables you can set, refer to Available flags.
Env var
$ export DBT_<THIS-CONFIG>=True
dbt run
For more detailed information, read our environment variables page.
0