Skip to content

Commit 59dc345

Browse files
committed
format markdown table
1 parent bd11e34 commit 59dc345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

warehouse/scripts/templates/ci_report.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Warehouse report 📦
33
{% if new_models or changed_incremental_models %}
44
### Checks/potential follow-ups
55

6-
Checks indicate the following action items may be necessary.
6+
Checks indicate the following action items may be necessary.
77
{% if new_models -%}
88
- [ ] For new models, do they all have a surrogate primary key that is tested to be not-null and unique?
99
{%- endif %}
@@ -39,7 +39,7 @@ Legend (in order of precedence)
3939

4040
| Resource type | Indicator | Resolution |
4141
|------------------------------------------------|-----------|---------------------------------------|
42-
| Large table-materialized model | Orange | Make the model incremental |
42+
| Large table-materialized model | Orange | Make the model incremental |
4343
| Large model without partitioning or clustering | Orange | Add partitioning and/or clustering |
4444
| View with more than one child | Yellow | Materialize as a table or incremental |
4545
| Incremental | Green | |

0 commit comments

Comments
 (0)