Coalesce
Integration & ETL Plane · Transformation & Modelling
Visual, code-first data transformation platform for cloud data warehouses.
- Commercial
Integration & ETL Plane · Transformation & Modelling
Data transformation framework with virtual data environments and column-level lineage.
SQLMesh is a transformation framework built around one idea: knowing exactly what a change affects, so you rebuild only what genuinely needs rebuilding.
Models are a configuration block naming the kind and schedule, followed by a select. You do not declare dependencies; SQLMesh parses the SQL and works out the lineage itself.
The workflow is deliberately Terraform-like. A plan shows the difference between your code and a target environment, listing added and removed models, direct and indirect changes with diffs, and the date ranges that would be backfilled, before anything touches the warehouse.
Virtual data environments are the headline. Physical tables are keyed by a fingerprint of the model and its upstream dependencies, and a thin layer of views points at them, so promoting to production is a pointer swap rather than a data movement.
Because fingerprints ignore formatting and structural refactoring, cosmetic changes cause no recomputation at all, and work already computed in development can be reused directly in production.
Change categorisation is the other half. A breaking change backfills the model and everything downstream, a non- breaking change backfills only the model itself, and a forward-only change backfills nothing.
Conflicts resolve conservatively: if any upstream change is breaking, the dependent model is treated as breaking. Column-level lineage refines this, so removing a column nothing references is no longer breaking, and the Cloud product extends it further.
Unit tests, audits and column-level lineage are all in the free open-source project rather than behind a paid tier, which is unusual in this category.
It transpiles across more than ten SQL dialects through SQLGlot, its own parser and optimiser, and is explicitly backwards compatible with dbt projects.
One thing to know about the market position: Tobiko Data is now part of Fivetran, which also merged with dbt Labs, so SQLMesh and dbt share a parent company.
The same headings are used for every transformation & modelling entry, so two tools can be read side by side.
Open sourceFree and Apache 2.0
The open-source framework is Apache 2.0 and free, and unusually it is not feature-crippled: virtual environments, plan and apply, change categorisation, unit tests, audits and column-level lineage are all included. Tobiko Cloud is quote-only, priced as a platform fee plus pay-as-you-go consumption with no seat or project limits, and no figures are published in any currency. There is no public pricing page and no trial length is published, so budgeting means a conversation with sales.
Tobiko Data was founded by Iaroslav Zeigerman and brothers Tyson and Toby Mao, with a team drawn from Google, Apple, Airbnb and Netflix; neither its founding year nor its headquarters is published on its own pages. It raised $21.8m in total, a $4.5m seed led by Unusual Ventures and a $17.3m Series A announced in March 2025 led by Theory Ventures, with angels including the chief executives of Fivetran, Census and MotherDuck. It is now part of Fivetran, stated on its own site, though the date and terms are not published there. SQLMesh is Apache 2.0; Tobiko Cloud is the commercial managed product.
Integration & ETL Plane · Transformation & Modelling
Visual, code-first data transformation platform for cloud data warehouses.
Integration & ETL Plane · Transformation & Modelling
Google Cloud service for developing and orchestrating SQL transformations in BigQuery.
Integration & ETL Plane · Transformation & Modelling
SQL-based transformation framework with testing and documentation, plus a managed platform.
Drafted with AI assistance and checked against the vendor’s own documentation.