Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New page to explain context methods and variables available in proper…
…ties YAML files (#5840) [Preview](https://docs-getdbt-com-git-dbeatty-properties-yml-context-dbt-labs.vercel.app/reference/dbt-jinja-functions/dbt-properties-yml-context) ## What are you changing in this pull request and why? We have pages that describe the available rendering context for these: - [`dbt_project.yml`](https://docs.getdbt.com/reference/dbt-jinja-functions/dbt-project-yml-context) - [`profiles.yml`](https://docs.getdbt.com/reference/dbt-jinja-functions/profiles-yml-context) - [`on-run-end`](https://docs.getdbt.com/reference/dbt-jinja-functions/on-run-end-context) But not for these: - [`packages.yml` and/or `dependencies.yml`](https://docs.getdbt.com/docs/build/packages#use-cases) - [properties YAML files](https://docs.getdbt.com/reference/configs-and-properties)(e.g., `properties.yml`, `schema.yml`, `_models.yml`, `_unit_tests.yml`, `whatever_name_you_want.yml`, etc.) This PR addresses the rendering context for **properties YAML files**. `packages.yml` and `dependencies.yml` will need to be covered in a separate PR. ## Checklist - [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. Adding pages: - [x] Add page in `website/sidebars.js` (wasn't needed) - [x] Provide a unique filename for new pages --------- Co-authored-by: Mirna Wong <[email protected]>
- Loading branch information