We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://docs.getdbt.com/reference/dbt-jinja-functions/env_var#secrets:~:text=with%20the%20prefix-,DBT_ENV_SECRET_,-will%20be%3A
The callout should be fixed. The example is still technically correct.
We have dropped requiring the final underscore in DBT_ENV_SECRET_ to now be DBT_ENV_SECRET.
DBT_ENV_SECRET_
DBT_ENV_SECRET
@Grace
dbt-labs/dbt-common#109
No response
The text was updated successfully, but these errors were encountered:
DBT_ENV_SECRET syntax change (#5363)
2212bb3
## What are you changing in this pull request and why? Closes #5327 ## Checklist <!-- Uncomment when publishing docs for a prerelease version of dbt: - [ ] Add versioning components, as described in [Versioning Docs](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-entire-pages) - [ ] Add a note to the prerelease version [Migration Guide](https://github.com/dbt-labs/docs.getdbt.com/tree/current/website/docs/docs/dbt-versions/core-upgrade) --> - [x] Review the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) so my content adheres to these guidelines. - [x] For [docs versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#about-versioning), review how to [version a whole page](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version) and [version a block of content](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-blocks-of-content). - [x] Add a checklist item for anything that needs to happen before this PR is merged, such as "needs technical review" or "change base branch." --------- Co-authored-by: Leona B. Campbell <[email protected]>
matthewshaver
Successfully merging a pull request may close this issue.
Link to the page(s) on docs.getdbt.com requiring updates
https://docs.getdbt.com/reference/dbt-jinja-functions/env_var#secrets:~:text=with%20the%20prefix-,DBT_ENV_SECRET_,-will%20be%3A
The callout should be fixed. The example is still technically correct.
Tell us more about this update
We have dropped requiring the final underscore in
DBT_ENV_SECRET_
to now beDBT_ENV_SECRET
.Reviewers/Stakeholders/SMEs
@Grace
Related GitHub issues
dbt-labs/dbt-common#109
Additional information
No response
The text was updated successfully, but these errors were encountered: