-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed as not planned
Labels
contentImprovements or additions to contentImprovements or additions to contentimprovementUse this when an area of the docs needs improvement as it's currently unclearUse this when an area of the docs needs improvement as it's currently unclear
Description
Contributions
- I have read the contribution docs, and understand what's expected of me.
Link to the page on docs.getdbt.com requiring updates
N/A -- I'm guessing we will choose to leave these as undocumented since we may deprecate some or all of these at some point.
Just wanted to get this written down somewhere so don't need to look them up again 😎
What part(s) of the page would you like to see updated?
There are a small handful of environment variables that can be used to change behavior in dbt outside of the typical global configs but that are undocumented:
DBT_PACKAGE_HUB_URLDBT_HTTP_TIMEOUTDBT_DOWNLOADS_DIRDBT_INVOCATION_ENVDBT_PSYCOPG2_NAMEDBT_REPLAYDBT_PP_TESTDBT_PP_FILE_DIFF_TEST
Additional information
Found these via the following searches through the dbt-core source code (so not guaranteed to be exhaustive):
git grep "os.getenv" core/dbt/
git grep "os.environ" core/dbt/Metadata
Metadata
Assignees
Labels
contentImprovements or additions to contentImprovements or additions to contentimprovementUse this when an area of the docs needs improvement as it's currently unclearUse this when an area of the docs needs improvement as it's currently unclear