Acceldata · Arazzo Workflow
Acceldata Create and Verify Data Quality Rule
Version 1.0.0
Resolve a dataset, create a data quality rule on it, and confirm the rule is registered.
View Spec
View on GitHub
AI AgentsData ManagementData ObservabilityData PipelineData QualityIntelligenceObservabilityArazzoWorkflows
Provider
Workflows
create-and-verify-rule
Create a data quality rule on a dataset and verify it is registered.
Finds a dataset on the given source, creates a data quality rule for a named column, and then lists the active rules for that dataset to confirm the new rule appears.
1
findDataset
listDatasets
List datasets on the given source and capture the first dataset id to create the rule against.
2
createRule
createDataQualityRule
Create a new data quality monitoring rule on the resolved dataset's column using the supplied rule definition.
3
verifyRule
listDataQualityRules
List the active data quality rules for the dataset to confirm the newly created rule is registered.