Acceldata · Arazzo Workflow
Acceldata Onboard Rule With Impact
Version 1.0.0
Resolve a dataset, review its existing rules, create a new rule, and map downstream impact.
View Spec
View on GitHub
AI AgentsData ManagementData ObservabilityData PipelineData QualityIntelligenceObservabilityArazzoWorkflows
Provider
Workflows
onboard-rule-with-impact
Create a data quality rule and map the datasets it will impact.
Finds a dataset on the given source, lists its current rules, creates a new data quality rule on a column, and retrieves the dataset's downstream lineage to surface the consumers that the rule's alerts will affect.
1
findDataset
listDatasets
List datasets on the given source and capture the first dataset id to onboard the rule against.
2
reviewExistingRules
listDataQualityRules
List the rules already monitoring the dataset so the new rule does not duplicate existing coverage.
3
createRule
createDataQualityRule
Create the new data quality rule on the dataset's column using the supplied definition.
4
mapDownstreamImpact
getDatasetLineage
Retrieve the dataset's downstream lineage so the consumers affected by this rule's alerts are identified.