Explore.Transform.Maintain.
The agent-native analytics engineering toolkit.
Point it at your warehouse and your dbt project. It learns the landscape, authors your transformations, and tells you exactly what to fix when the schema drifts.
/plugin marketplace add exmergo/exmergo-agent-plugins/plugin install dex@exmergoRun each command in Claude Code, one at a time.
Connects to your warehouse
Builds
The analytics engineer's weekly loop, automated.
ETL ends at Load. dex is built for what comes after.
Make sense of the warehouse.
Stop running SELECT * LIMIT 10 by hand. dex intelligently profiles columns, infers relationships, and builds a comprehensive draft map of your tables, cached locally. PII is automatically flagged, never surfaced.
inferred relationships
Author dbt and semantic models.
Ask for a metric, and dex writes the reviewable diffs. It authors dependency-aware dbt SQL models, schema tests, and full MetricFlow YAML. Validate against dev targets with built-in cost guards before anything runs.
thelook_semantic.yml
+ semantic_models:
+ - name: order_items
+ metrics:
+ - name: revenue
+ - name: return_rate
Detect drift before it breaks.
Warehouses change. Business definitions drift. Run /dex:maintain against your .dex/ snapshot to instantly detect schema, grain, and semantic drift. dex proposes the exact edits needed to keep your project correct.
drift check
dim_products.brand narrowed 2757 → 2756
Your data never leaves the warehouse.
dex is read-only against your data and never routes it through Exmergo. Security is architectural, not a setting.
Data stays in the warehouse.
dex is read-only, and understanding is built from SQL aggregates, never raw rows. Nothing is copied out, so your data never leaves your warehouse.
Your agent, your keys.
You run dex through your own coding agent, on your own API key or subscription. Exmergo never sits between your data and a model.
Credentials never reach the LLM.
dex connects with your warehouse credentials directly (for example, BigQuery Application Default Credentials). Those credentials, and your raw data, never enter the model's context.
Single-player is free. The living organization is Enterprise.
Seamlessly bridge the gap between analytics engineering and business consumption.
dex
Open · Free · Apache 2.0- Full ETM loop (explore, transform, maintain)
- Manual, on-demand drift detection
Exmergo Enterprise Platform
Everything in free, plus:
- Continuous, scheduled drift detection & automated PRs
- Live, governed author-to-serve loop uniting dex and Exmergo Viz
- Cross-team governance, PII policy, and access audit
Ready to turn maintenance into an automated habit?
Install the open-source toolkit today.
/plugin marketplace add exmergo/exmergo-agent-plugins/plugin install dex@exmergoRun each command in Claude Code, one at a time.