validate_models
Check stored semantic models against live database schemas and list pending column, measure, join, filter, or model drops to remove. Read-only validation returns JSON without modifying storage.
Instructions
Diff persisted SLayer models against the live database schema(s).
Returns a JSON-serialized list of pending delete operations (column drops, measure drops, join drops, filter removals, whole models) needed to keep stored models valid against the current live state. Read-only — does not modify storage.
Args: data_source: Datasource name to validate. When omitted, every datasource is validated concurrently and results are concatenated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_source | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |