We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4232c9f commit 724f131Copy full SHA for 724f131
models/_docs/colors.md
models/base/xapi_events_all_parsed.sql
@@ -7,6 +7,7 @@
7
order_by="(org, course_id, verb_id, actor_id, emission_time, event_id)",
8
partition_by="(toYYYYMM(emission_time))",
9
ttl=env_var("ASPECTS_DATA_TTL_EXPRESSION", ""),
10
+ post_hook="OPTIMIZE TABLE {{ this }} {{ on_cluster() }} FINAL",
11
)
12
}}
13
0 commit comments