AI-Powered Checks¶
Alation’s AI integration provides intelligent check suggestions based on column metadata and naming patterns. The system analyzes the data assets for column names and its semantic meaning, data types and constraints, and historical usage patterns.
A typical suggested check would follow these recommendations:
Column Pattern |
Suggested Checks |
Rationale |
---|---|---|
|
Format validation (regex) |
Email pattern compliance |
|
Format validation |
Phone number standards |
|
Freshness checks |
Data currency validation |
|
Uniqueness validation |
Identifier integrity |
|
Valid values check |
Enumerated field validation |
|
Range validation |
Business value constraints |