Main
Start read-only against prod connections (if available), and graduate to write workflows only after trust is earned.
Use
/discoverto auto-detect dbt + profiles, but review permissions — avoid--yoloon live warehouses unless you understand prompts.Treat lineage and parity checks as CI gates: run deterministic tools first, then let an LLM propose refactors based on evidence.
Source-backed notes
- README claims 100+ deterministic tools and highlights dbt-native workflows and warehouse connectivity across major clouds.
- README lists parity checks across 12 warehouses and 5 algorithms (hashdiff/joindiff/profile/cascade).
- README install is
npm install -g altimate-codeand suggests starting with/discover.
FAQ
- Is it an MCP server?: It’s primarily a CLI/TUI harness; embed it under agents and CI workflows per README.
- Is it safe on production warehouses?: Start read-only; review credentials/policies; treat writes as gated approvals.
- What’s the first skill to try?: Run
/discover, then try/dbt-unit-testsor/data-parityon a small model/table.