Schema Drift Policy - Schema

This schema represents the Schema Drift policy object returned by:

Execution and result endpoints use separate schemas.

Top-level Fields

FieldTypeDescription
ruleobjectCore Schema Drift policy metadata and configuration (asset, thresholds, notification settings).
segmentsarray or nullSegment information used internally for drift analysis; often null in responses.

Key nested properties (high-level):

  • rule.id (integer) – Unique policy ID.
  • rule.name (string) – Policy name (often <asset>-schema-drift-policy-<id>-auto-created).
  • rule.type (string) – Always SCHEMA_DRIFT.
  • rule.backingAsset.tableAssetId (integer) – Asset monitored for schema changes.
  • rule.thresholdLevel.success / warning (integer/null) – Thresholds for schema drift alerts.
  • rule.tags (array) – Tags associated with policy.

Example JSON

JSON
Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard