- New model
- Bugfix
- Refactoring
- Breaking change
- Documentation
- 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 %}