Acceldata · Arazzo Workflow
Acceldata Dataset Quality Audit
Version 1.0.0
Resolve a dataset, list its data quality rules, and map its lineage for impact analysis.
View Spec
View on GitHub
AI AgentsData ManagementData ObservabilityData PipelineData QualityIntelligenceObservabilityArazzoWorkflows
Provider
Workflows
dataset-quality-audit
Audit a dataset's quality rules and lineage in one pass.
Finds a dataset on the given source, lists the data quality rules applied to it, and retrieves its upstream and downstream lineage graph for impact analysis.
1
findDataset
listDatasets
List datasets on the given source and capture the first dataset id and its quality score to anchor the audit.
2
listRules
listDataQualityRules
List the data quality rules applied to the resolved dataset to capture how it is being monitored.
3
getLineage
getDatasetLineage
Retrieve the dataset's lineage graph so upstream sources and downstream consumers affected by quality issues can be identified.