Expand description
Materialize views on a schedule based on the time data was received from the ingestion service
Enums§
- Partition
Creation Strategy - Defines the strategy for creating a new partition.
Functions§
- materialize_
partition_ range - Materializes partitions within a given time range.
- regenerate_
partition_ range - Regenerates the partition(s) covering
insert_rangedirectly from source data, bypassing the “already up to date” freshness checkmaterialize_partition_rangewould otherwise stop at. Seetasks/blocks_view_ordered_merges_plan.md’s Design §3.