Data Explorer
The Data Explorer is your window into everything Zingle AI knows about your project and warehouse. It combines the synced dbt catalog with live warehouse browsing.
dbt models
Browse the full list of synced models. Open a model to see:
- Its SQL and description.
- Its columns, with provenance - whether each column is declared in the dbt manifest, present in the warehouse, or both (see Models & semantic layer).
- Its lineage - an interactive upstream/downstream dependency graph.
Semantic models
If your project uses the semantic layer, explore semantic models and drill into their entities, dimensions, measures, and metrics.
Lineage graphs
Model and source lineage are rendered as interactive graphs, so you can trace how data flows through your project and understand the blast radius of a change before you make it.
Live warehouse
Beyond the dbt catalog, Data Explorer lets you browse the actual warehouse:
- List databases, schemas, and tables.
- Inspect a table's columns.
- Preview rows of real data.
This is useful for grounding the agents' work in what actually exists in the warehouse, and for quick spot-checks without leaving Zingle AI.