Expand description
Validate that declared fact tables match database schema.
This command checks:
- Declared fact tables exist in database
- Metadata structure matches actual database schema
- Warns about undeclared tf_* tables
Purpose: CI/CD validation step to catch schema drift.
Structs§
- Validation
Issue - Validation error type.
Enums§
- Issue
Severity - Issue severity level.
Functions§
- run
- Validate that declared fact tables match database schema.
- validate_
metadata_ match - Validate metadata structure (basic validation)