Summarize the goal of your work and what motivated it.
- Describe major updates.
- If the PR creates or renames models or adds references between models, paste a screenshot of the relevant parts of the lineage graph.
- List open questions and other things your reviewer should know.
- List links to related ticket(s).
- (optional) Link to other files and resources, such as specific related reports in a BI tool.
- All models, whether directly changed by this PR or not, run successfully.
- New code follows dbt coding conventions and SQL style guide.
- Testing:
- All added/modified models and columns are documented and tested in
schema.yml
files. - All tests pass. OR Check one:
- There are no new test failures, whether or not the existing model was intentionally changed for this PR.
- This PR causes new test failures and there is a plan in place for addressing them.
- All added/modified models and columns are documented and tested in