File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ _Summarize the goal of your work and what motivated it._
3
3
4
4
## Key changes
5
5
- _ 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._
6
7
7
8
## Other notes
8
9
- _ List open questions and other things your reviewer should know._
@@ -16,7 +17,7 @@ _Summarize the goal of your work and what motivated it._
16
17
- [ ] 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 ) .
17
18
- [ ] Testing:
18
19
- [ ] All added/modified models and columns are documented and tested in ` schema.yml ` files.
19
- - [ ] All tests pass. ** OR**
20
+ - [ ] All tests pass. ** OR**
20
21
_ Check one:_
21
22
- [ ] There are no new test failures, whether or not the existing model was intentionally changed for this PR.
22
23
- [ ] This PR causes new test failures and there is a plan in place for addressing them.
You can’t perform that action at this time.
0 commit comments