Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.14 KB

dbt_modeling_pr.md

File metadata and controls

23 lines (19 loc) · 1.14 KB

Overview

Summarize the goal of your work and what motivated it.

Key changes

  • 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.

Other notes

  • List open questions and other things your reviewer should know.

Related links

  • List links to related ticket(s).
  • (optional) Link to other files and resources, such as specific related reports in a BI tool.

Checklist

  • 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.