File tree 1 file changed +2
-2
lines changed
warehouse/scripts/templates
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Warehouse report 📦
3
3
{% if new_models or changed_incremental_models %}
4
4
### Checks/potential follow-ups
5
5
6
- Checks indicate the following action items may be necessary.
6
+ Checks indicate the following action items may be necessary.
7
7
{% if new_models -%}
8
8
- [ ] For new models, do they all have a surrogate primary key that is tested to be not-null and unique?
9
9
{%- endif %}
@@ -39,7 +39,7 @@ Legend (in order of precedence)
39
39
40
40
| Resource type | Indicator | Resolution |
41
41
| ------------------------------------------------| -----------| ---------------------------------------|
42
- | Large table-materialized model | Orange | Make the model incremental |
42
+ | Large table-materialized model | Orange | Make the model incremental |
43
43
| Large model without partitioning or clustering | Orange | Add partitioning and/or clustering |
44
44
| View with more than one child | Yellow | Materialize as a table or incremental |
45
45
| Incremental | Green | |
You can’t perform that action at this time.
0 commit comments