API
Acceldata Data Observability Cloud
Get Started
Assets
Asset Schema References
Data Reliability
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?
Determine Data Plane Feature Support
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
The following APIs help determine whether the data plane supports templated persistence configuration.
Get Data Plane Features
This endpoint checks whether a data plane supports templated persistence.
Endpoint
Bash
GET /catalog-server/api/analytics-pipelines/{id}/featuresEnabledIf response:
JSON
{ "TEMPLATED_PERSISTENCE_SUFFIX": { "enabled": true }}then the data plane supports the templated persistence configuration model.
Path Parameter
| Parameter | Description |
|---|---|
| id | Data plane (analytics pipeline) ID |
Determining the Relevant Data Plane
The data plane associated with the policy depends on the policy type:
- Data Quality Policies → data plane associated with the asset’s datasource
- Equality Policies → data plane selected during policy creation
Control Plane Behavior Changes (v26.3.0)
Starting with Control Plane v26.3.0:
persistentPathConfigis no longer supported- Result handling must use categoriesResultHandlingConfig
- Category names are case-sensitive and must be lowercase (
good,bad)
Action Required
After upgrading to Control Plane v26.3.0:
- Stop using
persistentPathConfig - Use
categoriesResultHandlingConfig - Ensure category names are lowercase (
good,bad)
Persistence configuration must follow data plane compatibility:
| Data Plane Version | Required Configuration |
|---|---|
| < v26.3.0 | Use persistenceFolderPrefix |
| ≥ v26.3.0 | Use categoriesPersistenceConfig |
Get Asset Features
This endpoint returns the features supported for an asset.
Endpoint
Bash
GET /catalog-server/api/assets/{id}/featuresEnabledPath Parameter
| Parameter | Description |
|---|---|
| id | Asset ID |
Sample Request
Bash
curl -X GET "https://{HOST}/catalog-server/api/assets/789/featuresEnabled" \ -H "accessKey: {ACCESS_KEY}" \ -H "secretKey: {SECRET_KEY}"Response (200 OK)
JSON
{ "CADENCE_ENABLED": { "enabled": true, "metricsSupported": [ "DATA_FRESHNESS", "DATA_VOLUME_TOTAL", "DATA_VOLUME_DRIFT", "RECORD_COUNT_TOTAL", "RECORD_COUNT_DRIFT" ] }, "FRESHNESS_ENABLED": { "enabled": true, "metricsSupported": [ "DATA_FRESHNESS", "DATA_VOLUME_TOTAL", "DATA_VOLUME_DRIFT", "RECORD_COUNT_TOTAL", "RECORD_COUNT_DRIFT" ] }, "LIMITED_SOURCED_COLUMNS_FEATURE": { "enabled": true }, "LIMITED_SOURCED_COLUMNS_PROFILING_FEATURE": { "enabled": true }, "COMPLETE_SQL_SUPPORT_FOR_FILES": { "enabled": true }, "JDBC_SQL_GOOD_BAD_DATA_FEATURE": { "enabled": true }, "TEMPLATED_PERSISTENCE_SUFFIX": { "enabled": false }}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:
Import & Export Policy DefinitionsFor 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