File tree 1 file changed +8
-9
lines changed
warehouse/scripts/templates
1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
1
Warehouse report 📦
2
2
3
+ {% if new_models or changed_incremental_models %}
3
4
### Checks/potential follow-ups
4
5
5
- {% if new_models %}
6
-
7
- * All new models have a surrogate primary key that is tested to be not-null and unique
8
-
9
- {% endif %}
10
- {% if changed_incremental_models %}
11
-
12
- * Full refresh as a follow-up action item
13
-
6
+ Checks indicate the following action items may be necessary.
7
+ {% if new_models -%}
8
+ - [ ] For new models, do they all have a surrogate primary key that is tested to be not-null and unique?
9
+ {%- endif %}
10
+ {% if changed_incremental_models -%}
11
+ - [ ] For changed incremental models, does the PR description identify whether a full refresh is needed for these tables?
12
+ {%- endif %}
14
13
{% endif %}
15
14
16
15
You can’t perform that action at this time.
0 commit comments