Skip to content

Instantly share code, notes, and snippets.

@DaveFlynn
Last active September 23, 2024 07:05
Show Gist options
  • Save DaveFlynn/b8ade60b531a07a3b26772ee6d55e80b to your computer and use it in GitHub Desktop.
Save DaveFlynn/b8ade60b531a07a3b26772ee6d55e80b to your computer and use it in GitHub Desktop.
PR Comment Template for dbt Data Projects

Description & motivation

Related Issues

Type of Change

  • New model
  • Bugfix
  • Refactoring
  • Breaking change
  • Documentation

To-do before merge

Lineage DAG:

Validation of models:

Impact Considerations:

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 dbt Labs style guide.
  • dbt build completes successfuly and dbt tests pass (if not, detail why)
  • 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 %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment