schema_load_tool
Loads DDL schemas from a file or raw text, validates them using DuckDB, and stores the metadata in the project state for schema management.
Instructions
Ingest DDL from file or raw text, validate with DuckDB, store metadata in project state (schemas/).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema_path | No | ||
| ddl_text | No | ||
| schema_entity_id | No | schema_entity | |
| root_dir | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||