Namespace TabularEditor.SemanticBridge.Platforms.Databricks.Validation
Classes
- DefaultValidationRules
Provides the default set of validation rules that match the current implementation of MetricViewValidationVisitor.
- VersionConstraint
Declares which metric view spec versions a validation rule applies to. Used by TabularEditor.SemanticBridge.Platforms.Databricks.Validation.MetricViewValidationVisitor to filter rules at traversal time.
- VersionConstraint.AtLeast
Matches versions greater than or equal to the specified minimum. Unknown versions are treated as greater than all known versions.
- VersionConstraint.Specific
Matches only the explicitly listed versions.
Interfaces
- IReadOnlyValidationContext
Read-only view of validation context state for consumption by validation rules