Schema Drift
Schema Drift policies allow you to detect and monitor structural changes in data tables over time.
This includes column additions, removals, and modifications, ensuring upstream and downstream systems stay aligned with evolving schema structures.
Common use cases:
Monitor schema consistency between ingestion and processing stages
Detect unplanned column changes that could break ETL pipelines
Trigger alerts or remediations when schema drift occurs
Was this page helpful?