What problem does it solve?
Turning raw database schema snapshots into accurate semantic-layer definitions and documentation is error-prone, especially when identifiers, joins, and business meanings must be verified against the actual warehouse rather than invented.
Core Features & Use Cases
- Semantic-layer source generation: Reads raw table JSON, connection metadata, and foreign-key files from a live database sync, then creates or updates a semantic-layer source with correct table names, grains, and column types.
- Identifier verification protocol: Confirms every schema.table and column reference via discovery, entity details, and SQL probes before writing it into wiki pages or semantic-layer definitions.
- Grounded documentation: Preserves database comments as descriptions and writes wiki pages only for durable business meaning actually present in the snapshot.
- Use Case: After a warehouse sync captures the public.orders table with foreign keys to customers, use this Skill to produce a validated semantic-layer source with verified joins and documented columns.
Quick Start
Ingest the raw files under raw-sources/<connectionId>/live-database/<syncId>/ and generate a validated semantic-layer source for each table.