Data Drift Policy - Schema

This schema represents the Data Drift policy object returned by:

Top-level Fields

Depending on the endpoint, responses either wrap policies in a list or return a single policy object. The policy itself has:

FieldTypeDescription
ruleobjectCore Data Drift policy metadata and configuration (asset, thresholds, schedule, notifications, tags).

Key nested properties (high-level):

  • rule.id (integer) – Unique policy ID.
  • rule.name (string) – Policy name (<asset>-data-drift-policy pattern is common).
  • rule.type (string) – Always DATA_DRIFT.
  • rule.backingAsset.tableAssetId (integer) – Asset the policy is attached to.
  • rule.interval (string) – Drift evaluation interval (for example 10d).
  • rule.thresholdLevel.success / warning (integer) – Percent thresholds for drift.
  • rule.tags (array) – Tags associated with the drift policy.

Example JSON

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