# Desatrix

*/Startups/Desatrix*

## Startup Overview

Data engineering teams frequently break downstream business intelligence dashboards when modifying upstream SQL pipelines. Desatrix eliminates these failures by automatically cross-referencing every SQL commit against downstream dashboard dependencies. The system constructs a live map spanning from data warehouse transformations to final reporting layers, halting commits that corrupt existing visualizations.

Conventional data observability platforms like Monte Carlo rely on probabilistic anomaly detection, while alternatives like Datafold require rigid setup protocols. Desatrix deploys entirely configuration-free, reading existing repository structures and warehouse logs natively. Rather than leaving engineers to perform manual DAG inspections when a metric fails, the platform delivers deterministic root-cause isolation that identifies the exact SQL modification responsible for the breakage.

## Startup Founding Hypothesis

**Approach**: that cross-references SQL commits against downstream dashboard dependencies
**Competitors**:
- [Monte Carlo](/Competitors/Monte_Carlo)
- [Datafold](/Competitors/Datafold)
- [Manual DAG Inspection](/Competitors/Manual_DAG_Inspection)
**Differentiator2x2**: deterministic in root-cause isolation and entirely configuration-free

## Startup Solution Coordinate

**Solution**: [Desatrix Lineage Engine](/Software/Desatrix_Lineage_Engine)

## Startup Position2x2

```mermaid
quadrantChart
    title Root-Cause Isolation Defensibility
    x-axis Requires Configuration --> Configuration-Free
    y-axis Probabilistic Alerts --> Deterministic Root-Cause
    quadrant-1 Zero-Config Diagnostics
    quadrant-2 Heavy Setup Diagnostics
    quadrant-3 Heavy Setup Alarming
    quadrant-4 Blind Ad-hoc Checks
    Desatrix: [0.85, 0.85]
    Datafold: [0.25, 0.85]
    Monte Carlo: [0.35, 0.40]
    Manual DAG Inspection: [0.85, 0.20]
```

## Startup Offer

**Proof**:
- Targeting data engineering teams aiming to eliminate silent dashboard failures.
- Designed to help analytics engineers isolate broken DAGs in under two minutes.
- Aims to catch 99% of downstream BI breakages before the PR is merged into production.
**Tiers**:
- Name: Core Analytics · Price: ~$400–$800/mo · Inclusions: Up to 500 SQL commits analyzed per month, connection to one Git repository and one BI platform, and standard Slack alerting for broken lineage.
- Name: Data Platform · Price: ~$1,500–$2,500/mo · Inclusions: Up to 3,000 SQL commits per month, unlimited BI platform connectors, automated PR-blocking checks, and comprehensive historical dependency mapping.
- Name: Enterprise Scale · Price: Custom Quote · Inclusions: Unlimited commit volume, VPC deployment options, SAML SSO, and a dedicated 15-minute root-cause isolation SLA.
**Guarantee**: If a tracked SQL commit breaks a downstream dashboard and Desatrix fails to isolate the exact root-cause commit within five minutes, we refund that month's subscription fee.
**Business Function**: ProvideService
**Objection Handlers**:
- We already use dbt's built-in lineage -> dbt lineage stops at the data warehouse; Desatrix is designed to bridge the gap directly to the final BI dashboards.
- Setup will take weeks of tagging tables -> Desatrix relies entirely on parsing your SQL commits and dashboard definitions, requiring zero manual tagging or configuration files.
- Does this require us to rewrite our dbt models? -> No, it parses your existing SQL syntax exactly as written without requiring any proprietary wrappers or macros.
- Our BI tool's API is too slow for real-time PR checks -> Desatrix is designed to cache BI metadata asynchronously, ensuring commit checks run in seconds without hitting API rate limits.
**Pricing Architecture**: Tiered
**Agent Checkout Support**:
- agentic-commerce-protocol

## Startup Brand

**Voice**: Technical and precise, defined by absolute certainty in engineering outcomes.
**Tagline**: Pinpoint exactly which SQL commit broke your downstream dashboard.
**Icon Concept**: Caliper
**Palette Intent**: electric-signal
**Visual Identity**: High-contrast neon green and terminal black reflect the developer environment, utilizing monospace typography to evoke raw SQL execution.
**Archetype Reference**: the-sage

## Startup Buyer Chain

**Chain**: Desatrix → Data Engineer → Business Dashboard Consumer
**Gtm Motion**: Drives initial adoption through bottom-up developer installation of a CI/CD check directly on SQL-modifying pull requests. Expands to enterprise contracts by locking in organization-wide integrations with downstream BI platforms and requiring team-based access controls for root-cause isolation reports.
**Agent Channel**: Designed to list its lineage-checking API in AI coding assistant registries (such as the GitHub Copilot extensions catalog) so autonomous coding agents can preemptively verify if their generated SQL alters downstream dashboard dependencies before submitting a commit.
**Primary Channel**: GitHub Marketplace and GitLab Integration directories, where analytics engineers actively search for dbt-compatible CI tools and automated pull-request reviewers.

## Startup Customer Journey

```mermaid
flowchart LR; A[GitHub Marketplace Directory] --> B[Lineage Check API]; B --> C[Automated PR Blocker]; C --> D[Team dbt Pipeline]; D --> E[Enterprise BI Integration]; E --> F[Root-Cause Report]; F --> G[Dashboard Consumer];
```

## Startup Proof Points

_Illustrative — target and order-of-magnitude estimate figures, not an achieved track record (this Thing is concept-stage)._

**Pilot Goals**:
- 14-day shadow pilot connecting one Git repository and one BI platform to prove the system identifies 100% of injected SQL lineage errors before PR merge.
- 30-day active deployment on a core analytics repository to validate that automated Slack alerts isolate root-cause commits in under two minutes.
**Target Metrics**:
- Target: 99% of downstream BI breakages caught before PR is merged into production.
- Aim: Under two minutes to isolate broken DAGs to the exact root-cause SQL commit.
- Target: 0 manual configuration files or table tags required to map warehouse-to-dashboard lineage.
**Target Case Studies**:
- Mid-market e-commerce data team: Transition from reactive dashboard hot-fixing to automated PR-blocking that catches broken BI lineage before merge.
- Enterprise fintech analytics department: Reduction in time-to-root-cause for failed daily reporting runs from hours to under five minutes using commit-level isolation.
- High-growth SaaS data engineering group: Complete elimination of manual downstream impact tagging by parsing existing SQL commits and dashboard definitions.
**Testimonial Targets**:
- Lead Data Engineer expressing relief that dbt lineage is finally extended directly to the BI layer without requiring custom macros or wrapper rewrites.
- Analytics Engineer noting absolute confidence in merging PRs because async caching runs BI metadata checks in seconds without hitting API rate limits.
- VP of Data validating that the root-cause isolation capabilities prevent business stakeholders from experiencing silent dashboard failures.

## Startup Top Risks

**Risks**:
- Severity: existential · Description: Major BI vendors restrict or deprecate the metadata APIs required to map SQL commits to downstream dashboards without manual configuration. · Mitigation Status: unmitigated
- Severity: high · Description: The deterministic SQL parser fails to accurately trace dependencies through dynamically generated queries, such as heavily nested Jinja-templated dbt models. · Mitigation Status: in-progress
- Severity: moderate · Description: Incumbent observability platforms like Monte Carlo introduce native CI/CD impact analysis that matches the deterministic tracking capabilities. · Mitigation Status: unmitigated
- Severity: low · Description: Scanning massive monorepo SQL codebases blocks CI/CD pipelines with high latency, leading data engineers to bypass or disable the checks. · Mitigation Status: in-progress

## Startup Competitors

- [Monte Carlo](/Competitors/Monte_Carlo) — Data Observability
- [Datafold](/Competitors/Datafold) — Data Diffing
- [Manual DAG Inspection](/Competitors/Manual_DAG_Inspection) — Status Quo
- [Select Star](/Competitors/Select_Star) — Data Discovery
- [Bigeye](/Competitors/Bigeye) — Incumbent Observability

## Startup Solution Stack

- [Root Cause Isolation Service](/Services/Root_Cause_Isolation_Service) — Service-as-Software
- [Commit Inspection Agent](/Agents/Commit_Inspection_Agent) — Agent
- [Dashboard Mapping Worker](/Agents/Dashboard_Mapping_Worker) — Agent
- [Deterministic Lineage Engine](/Software/Deterministic_Lineage_Engine) — Software
- [SQL Parsing API](/Software/SQL_Parsing_API) — Software

## Startup Story Brand

**Hero**:
- **Need**: to be the architect of a resilient data foundation, not a fire-fighter
- **Want**: to prevent broken SQL commits from crashing downstream executive dashboards
- **Identity**: the analytics engineer managing high-stakes data platforms
**Plan**:
- Step: Connect repositories · Detail: Link your Git and BI platform to map every existing SQL dependency.
- Step: Confirm lineage · Detail: Review the automated dependency map to see exactly which dashboards depend on which tables.
- Step: Merge safely · Detail: Receive automated PR alerts that block broken code from ever reaching production.
**Guide**:
- **Empathy**: Data integrity stakes are won in the pull request — but legacy tools lose track the moment data leaves the warehouse.
**Problem**:
- **Villain**: silent lineage breakage
- **External**: SQL commits merged in Git trigger cascading failures that go unnoticed until a CEO views a broken Tableau or Looker dashboard
- **Internal**: You feel the dread of checking Slack and finding an urgent bug report for a dashboard you thought was stable
- **Philosophical**: Every data professional deserves a clean pipeline — not a career spent manually tracing dependencies through dbt and BI layers.
**Success**: Broken dashboards are caught before they reach production, and root causes are pinpointed in seconds when they do.
**One Liner**: Silent lineage breakage costs analytics engineers hours of manual tracing. Desatrix cross-references SQL commits against dashboard dependencies so broken reports are caught before production.
**Positioning**:
- **So That**: isolate the exact root-cause commit within five minutes
- **Unlike**: Manual DAG Inspection and Datafold
- **For Whom**: analytics engineering teams and data leads
- **Category**: Automated Data Lineage and Observability
**Call To Action**:
- **Direct**: Analyze SQL commits
- **Transitional**: View dependency map
**Failure Stakes**:
- Executive loss of trust
- Hours of manual DAG tracing
- Silent data corruption in reports
**Transformation**:
- **To**: free to build durable data products, no longer stuck debugging broken dashboard connections
- **From**: a reactive fire-fighter manually tracing DAGs
**Controlling Idea**: Data pipelines must be deterministic and verifiable from commit to dashboard view.

## Startup Token Hero

**Genre**: founding-hypothesis
**Rendered**: Silent lineage breakage costs analytics engineers hours of manual tracing. Desatrix cross-references SQL commits against dashboard dependencies so broken reports are caught before production.
**Mechanism**: spine-derived-v1
**Template Id**: spine-founding-hypothesis
**Vocab Fingerprint**: 4e8d27cd0f22a79d

## Startup Token Positioning

**Genre**: moore-positioning
**Rendered**: Automated Data Lineage and Observability for analytics engineering teams and data leads. Unlike Manual DAG Inspection and Datafold — isolate the exact root-cause commit within five minutes.
**Mechanism**: spine-derived-v1
**Template Id**: spine-moore-positioning
**Vocab Fingerprint**: 49d4c71913fa7efd

## Startup Token Pitch Deck

**Genre**: pitch-deck
**Rendered**: Problem: SQL commits merged in Git trigger cascading failures that go unnoticed until a CEO views a broken Tableau or Looker dashboard
Solution: Silent lineage breakage costs analytics engineers hours of manual tracing. Desatrix cross-references SQL commits against dashboard dependencies so broken reports are caught before production.
Customer: analytics engineering teams and data leads
Unlike: Manual DAG Inspection and Datafold
**Mechanism**: spine-derived-v1
**Template Id**: spine-pitch-deck
**Vocab Fingerprint**: 7ea5fdf0826c59b7

## Startup Token M E D D P I C C

**Pain**: SQL commits merged in Git trigger cascading failures that go unnoticed until a CEO views a broken Tableau or Looker dashboard
**Metrics**: Target: Broken dashboards are caught before they reach production, and root causes are pinpointed in seconds when they do.
**Rendered**: Pain: SQL commits merged in Git trigger cascading failures that go unnoticed until a CEO views a broken Tableau or Looker dashboard
Economic buyer: Data Engineer
Metrics: Target: Broken dashboards are caught before they reach production, and root causes are pinpointed in seconds when they do.
Competition: Manual DAG Inspection and Datafold
**Mechanism**: spine-derived-v1
**Competition**: Manual DAG Inspection and Datafold
**Economic Buyer**: Data Engineer
**Vocab Fingerprint**: 798d52568d521560

## Startup Token Cold Email

**Genre**: cold-email
**Rendered**: Subject: Automated Data Lineage and Observability for analytics engineering teams and data leads

analytics engineering teams and data leads — SQL commits merged in Git trigger cascading failures that go unnoticed until a CEO views a broken Tableau or Looker dashboard Silent lineage breakage costs analytics engineers hours of manual tracing. Desatrix cross-references SQL commits against dashboard dependencies so broken reports are caught before production.
**Mechanism**: spine-derived-v1
**Template Id**: spine-cold-email
**Vocab Fingerprint**: a794229e7b6d50fa

## Startup Token Agent Spec

**Genre**: ai-agent-spec
**Rendered**: Automated Data Lineage and Observability. Silent lineage breakage costs analytics engineers hours of manual tracing. Desatrix cross-references SQL commits against dashboard dependencies so broken reports are caught before production. Serves analytics engineering teams and data leads.
**Mechanism**: spine-derived-v1
**Template Id**: spine-ai-agent-spec
**Vocab Fingerprint**: ad6f385c42f7589a

## Neighborhood

### Candidate solutions

- [Optimize Film Roll Yield](/Problems/Optimize_Film_Roll_Yield) — candidate solution for · Problems

### Competitors

- [Manual DAG Inspection](/Competitors/Manual_DAG_Inspection) — competes with · Competitors
- [Select Star](/Competitors/Select_Star) — competes with · Competitors
- [Bigeye](/Competitors/Bigeye) — competes with · Competitors
- [Monte Carlo](/Competitors/Monte_Carlo) — competes with · Competitors
- [Datafold](/Competitors/Datafold) — competes with · Competitors

### Embodies

- [Software](/Theses/Software) — embodies · Theses

### What it offers

- [Desatrix Lineage Engine](/Software/Desatrix_Lineage_Engine) — offers · Software

### Composed of

- [SQL Parsing API](/Software/SQL_Parsing_API) — composes · Software
- [Commit Inspection Agent](/Agents/Commit_Inspection_Agent) — composes · Agents
- [Dashboard Mapping Worker](/Agents/Dashboard_Mapping_Worker) — composes · Agents
- [Root Cause Isolation Service](/Services/Root_Cause_Isolation_Service) — composes · Services
- [Deterministic Lineage Engine](/Software/Deterministic_Lineage_Engine) — composes · Software

### Similar Startups

- [Accuery](/Startups/Accuery) — similar · Startups
- [Lagoonpulse](/Startups/Lagoonpulse) — similar · Startups
- [Anadence](/Startups/Anadence) — similar · Startups
- [Anomaliesloft](/Startups/Anomaliesloft) — similar · Startups
- [Monte Carlo](/Startups/Monte_Carlo) — similar · Startups
- [Great Expectations](/Startups/Great_Expectations) — similar · Startups
- [Elolium](/Startups/Elolium) — similar · Startups
- [Floquint](/Startups/Floquint) — similar · Startups
- [Problas](/Startups/Problas) — similar · Startups
- [Anomalyleap](/Startups/Anomalyleap) — similar · Startups
- [Brooklamp](/Startups/Brooklamp) — similar · Startups
- [Fullax](/Startups/Fullax) — similar · Startups
- [Pipatter](/Startups/Pipatter) — similar · Startups
- [Flosoph](/Startups/Flosoph) — similar · Startups
- [Arroblematic](/Startups/Arroblematic) — similar · Startups
- [Monte Carlo Data](/Startups/Monte_Carlo_Data) — similar · Startups
- [Variancedepot](/Startups/Variancedepot) — similar · Startups
- [Quarect](/Startups/Quarect) — similar · Startups
- [Cascadecrest](/Startups/Cascadecrest) — similar · Startups
- [Quadora](/Startups/Quadora) — similar · Startups
