Expand description
implementation of maintenance daemon keeping the lakehouse updated
Structs§
- Every
DayTask - task running once a day to materialize older partitions
- Every
Hour Task - task running once an hour to materialize recent partitions
- Every
Minute Task - task running once a minute to materialize recent partitions
- Every
Second Task - task running once a second to materialize newest partitions
Functions§
- daemon
- Starts the maintenance daemon, which runs various scheduled tasks.
- get_
global_ views_ with_ update_ group - Retrieves a list of global views that have an associated update group.
- materialize_
all_ views - Materializes all views within a given time range.
- run_
tasks_ forever - Runs a collection of
CronTasks indefinitely.