Skip to content

Commit 2156ed1

Browse files
jaypeedevlinsean-rose
authored andcommitted
Add DAG to dbt modeling PR template.
1 parent a800452 commit 2156ed1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pr_templates/dbt_modeling_pr.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ _Summarize the goal of your work and what motivated it._
33

44
## Key changes
55
- _Describe major updates._
6+
- _If the PR creates or renames models or adds references between models, paste a screenshot of the relevant parts of the lineage graph._
67

78
## Other notes
89
- _List open questions and other things your reviewer should know._
@@ -16,7 +17,7 @@ _Summarize the goal of your work and what motivated it._
1617
- [ ] New code follows [dbt coding conventions](https://github.com/brooklyn-data/co/blob/master/dbt_coding_conventions.md) and [SQL style guide](https://github.com/brooklyn-data/co/blob/master/sql_style_guide.md).
1718
- [ ] Testing:
1819
- [ ] All added/modified models and columns are documented and tested in `schema.yml` files.
19-
- [ ] All tests pass. **OR**
20+
- [ ] All tests pass. **OR**
2021
_Check one:_
2122
- [ ] There are no new test failures, whether or not the existing model was intentionally changed for this PR.
2223
- [ ] This PR causes new test failures and there is a plan in place for addressing them.

0 commit comments

Comments
 (0)