What problem does it solve? After running a dlt pipeline, you often cannot tell whether the loaded tables have correct schemas, sensible data types, or properly flattened nested structures. This Skill inspects the loaded pipeline output and guides you through fixing type mismatches, nested arrays, and missing columns. ## Core Features & Use Cases - Schema Inspection: Export the pipeline schema as a Mermaid diagram showing tables, columns, types, and parent/child relationships. - Data Review: Open the Workspace Dashboard for visual browsing or query the data directly through the pipeline MCP server. - Iterative Fixes: Apply processing_steps (map, filter, yield_map), column type hints, and data_selector adjustments, then re-run in dev_mode until the schema is right. - Use Case: You loaded a REST API response and notice monetary amounts stored as floats and a nested results array. Use this Skill to convert amounts to Decimal, flatten the structure with yield_map, and verify the corrected schema. ## Quick Start Ask the assistant to validate the data loaded by your dlt pipeline and check whether the schema and column types look correct.