Ruleset Rule
data class RulesetRule(val checkExpression: String, val columnSelectors: List<RulesetColumnSelector>? = null, val disabled: Boolean? = null, val name: String, val substitutionMap: List<RulesetSubstitutionValue>? = null, val threshold: RulesetThreshold? = null)
Data quality rule for a target resource (dataset)
Constructors
Link copied to clipboard
fun RulesetRule(checkExpression: String, columnSelectors: List<RulesetColumnSelector>? = null, disabled: Boolean? = null, name: String, substitutionMap: List<RulesetSubstitutionValue>? = null, threshold: RulesetThreshold? = null)