Skip to content

Latest commit

 

History

History
105 lines (53 loc) · 2.14 KB

pull_request_template.md

File metadata and controls

105 lines (53 loc) · 2.14 KB

Description & motivation

To-do before merge

Screenshots:

Validation of models:

Changes to existing models:

Checklist:

  • My pull request represents one logical piece of work.

  • My commits are related to the pull request and look clean.

  • My SQL follows the style guide.

  • I have materialized my models appropriately.

  • I have added appropriate tests and documentation to any new models.

  • I have updated the README file.

{%- if project.warehouse == 'redshift' %}

  • I have added sort and dist keys to models materialized as tables.

  • I have validated the SQL in any late-binding views.

{% endif %}