Concept Library

The Modern Data Stack

The cloud-native, modular set of tools — ELT, warehouse, transformation, semantic layer, BI — that replaced monolithic data platforms in the 2015-2020 decade.

What it is

The “modern data stack” is shorthand for an architectural pattern that emerged when cloud warehouses became cheap enough to keep raw data inside them. Instead of the older Extract → Transform → Load pattern (where transformation happened before data hit the warehouse), the modern pattern is Extract → Load → Transform: data is loaded raw and transformed in-warehouse with SQL-based tools.

The canonical stack has six layers: ingestion, storage, transformation, semantic layer, BI/consumption, and reverse-ETL/activation. Each layer is a separate vendor or tool, replaceable independently.

Why it matters

The modern data stack solved three problems with the older paradigm:

  1. ETL bottlenecks — transformation no longer requires a dedicated ETL platform; SQL in the warehouse is enough.
  2. Vendor lock-in — modular tooling means any single layer can be replaced without rebuilding everything.
  3. Self-service — analysts can build transformations without engineering tickets.

In 2026, the pattern is so dominant that “modern data stack” no longer describes anything modern. The next architectural wave — agentic data systems, lakehouse-native ML, semantic-first AI — is being built on top of this stack, not as a replacement for it.

How it works

A typical modern stack looks like this:

LayerPurposeCommon tools
IngestionLand raw data from sources into storageFivetran, Airbyte, Stitch, Hevo
Storage / ComputeCloud warehouse or lakehouseSnowflake, BigQuery, Databricks, Redshift
TransformationSQL-based modeling and testingdbt, SQLMesh, Coalesce
Semantic LayerGoverned metric definitionsCube, dbt Semantic Layer, LookML
BI / ConsumptionDashboards and ad-hoc analysisLooker, Tableau, Power BI, Lightdash, Hex
Reverse ETLPush warehouse data back to operational toolsHightouch, Census, Workato
ObservabilityMonitor freshness, quality, lineageMonte Carlo, Bigeye, Soda, Acceldata

Glue: orchestration (Airflow, Dagster, Prefect) and a catalog (Atlan, Collibra, Unity Catalog).

Vendor comparison

The defining stack debates in 2026:

  • Ingestion — Fivetran for SaaS sources at enterprise scale; Airbyte when cost or self-host matters.
  • Storage — Snowflake for SQL-first; Databricks for ML/AI-first; BigQuery for GCP-native.
  • Transformation — dbt remains the default; SQLMesh is the credible alternative for shops that want stronger semantics.
  • Semantic — Cube is winning the AI-aware battle; dbt Semantic Layer wins inside dbt-native shops.
  • BI — depends on existing licenses more than on capability; Looker for governed, Power BI for breadth, Tableau for analyst depth, Lightdash for dbt-native, Hex for notebook-first.

Yoann’s take

The modern data stack is no longer a strategy — it is a baseline. Every greenfield build I run includes some version of it. The strategic decisions in 2026 are about what sits on top: the semantic layer, the agentic surface, and the operating model. The stack itself is a commodity.

— Yoann