API
Acceldata Data Observability Cloud
Get Started
Assets
Asset Schema References
Data Reliability Schema References
Pipelines
Authentication
Authorization
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Create Data Drift Policy
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Use this endpoint to create a new Data Drift policy that monitors changes in data distributions over time.
This helps ensure that upstream data sources remain stable and alerts are raised when drifts exceed defined thresholds.
Endpoint(s)
| Method | Path |
|---|---|
| POST | /catalog-server/api/rules/data-drift |
Path & Query Parameters
This endpoint does not accept any path or query parameters.
Sample Request
Bash
curl -X POST "https://{HOST}/catalog-server/api/rules/data-drift" \ -H "Authorization: Bearer $TOKEN" \ -H "accessKey: $ACCESS_KEY" \ -H "secretKey: $SECRET_KEY" \ -H "Content-Type: application/json" \ -d '{ "name": "Customer_Data_Drift", "description": "Detect drift in customer demographic attributes", "status": "ACTIVE", "source": { "connectionName": "customer_warehouse", "database": "analytics", "table": "customers" }, "columns": [ { "name": "age", "driftType": "NUMERIC", "threshold": 0.1 }, { "name": "country", "driftType": "CATEGORICAL", "threshold": 0.05 } ], "tags": ["drift", "customer", "monitoring"] }'Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
Manage Policy by IDFor additional help, contact www.acceldata.force.com OR call our service desk +1 844 9433282
Copyright © 2025
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message