Skip to content

Commit 724f131

Browse files
committed
fix: final tweaks
1 parent 4232c9f commit 724f131

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

models/_docs/colors.md

-3
This file was deleted.

models/base/xapi_events_all_parsed.sql

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
order_by="(org, course_id, verb_id, actor_id, emission_time, event_id)",
88
partition_by="(toYYYYMM(emission_time))",
99
ttl=env_var("ASPECTS_DATA_TTL_EXPRESSION", ""),
10+
post_hook="OPTIMIZE TABLE {{ this }} {{ on_cluster() }} FINAL",
1011
)
1112
}}
1213

0 commit comments

Comments
 (0)