Expand description
Progress monitoring for analytics pipelines.
This module provides traits and implementations for monitoring the progress of data through analytics pipelines, including checking checkpoints in external stores like Snowflake.
Structs§
- Snowflake
MaxCheckpoint Reader - Reads the maximum checkpoint from a Snowflake table.
Traits§
- MaxCheckpoint
Reader - Trait for reading the maximum checkpoint from an external store.
Functions§
- spawn_
snowflake_ monitors - Spawns background tasks to monitor Snowflake table checkpoints.