Skip to main content

dbt Semantic Layer architecture

The dbt Semantic Layer allows you to define metrics and use various interfaces to query them. The Semantic Layer does the heavy lifting to find where the queried data exists in your data platform and generates the SQL to make the request (including performing joins).

The diagram displays how your data flows using the dbt Semantic Layer and the variety of integration tools it supports.The diagram displays how your data flows using the dbt Semantic Layer and the variety of integration tools it supports.

Components

The dbt Semantic Layer includes the following components:

ComponentsInformationdbt Core usersDeveloper plansTeam plansEnterprise plans
MetricFlowMetricFlow in dbt allows users to centrally define their semantic models and metrics with YAML specifications.
dbt Semantic interfacesA configuration spec for defining metrics, dimensions, how they link to each other, and how to query them. The dbt-semantic-interfaces is available under Apache 2.0.
Service layerCoordinates query requests and dispatching the relevant metric query to the target query engine. This is provided through dbt Cloud and is available to all users on dbt version 1.6 or later. The service layer includes a Gateway service for executing SQL against the data platform.
Semantic Layer APIsThe interfaces allow users to submit metric queries using GraphQL and JDBC APIs. They also serve as the foundation for building first-class integrations with various tools.

Feature comparison

The following table compares the features available in dbt Cloud and source available in dbt Core:

FeatureMetricFlow Source availabledbt Semantic Layer with dbt Cloud
Define metrics and semantic models in dbt using the MetricFlow spec
Generate SQL from a set of config files
Query metrics and dimensions through the command line interface (CLI)
Query dimension, entity, and metric metadata through the CLI
Query metrics and dimensions through semantic APIs (ADBC, GQL)
Connect to downstream integrations (Tableau, Hex, Mode, Google Sheets, and so on.)
Create and run Exports to save metrics queries as tables in your data platform.
0