Document intersection of "secret" env vars + partial parsing #1066
Labels
content
Improvements or additions to content
improvement
Use this when an area of the docs needs improvement as it's currently unclear
priority: medium
Fix or enhancement to existing information that’s creating some requests from customers
size: small
This change will take 1 to 2 days to address
Contributions
Link to the page on docs.getdbt.com requiring updates
What part(s) of the page would you like to see updated?
Env vars prefixed
DBT_ENV_SECRET_
can be used inprofiles.yml
+packages.yml
. Their values will be scrubbed from logs.We should make clear that changes to secrets used in profiles.yml do not trigger full re-parses (unlike changes to other env vars used in the active profile), because dbt will not be storing their values (once dbt-labs/dbt-core#4650 is fixed). This can be a limitation or a feature, depending on your point of view.
Additional information
See dbt-labs/dbt-core#4642 (comment)
The text was updated successfully, but these errors were encountered: