Skip to content

Commit

Permalink
Update sl-architecture.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Oct 27, 2023
1 parent d2a313b commit be26971
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website/docs/docs/use-dbt-semantic-layer/sl-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ The dbt Semantic Layer allows you to define metrics and use various interfaces t
The dbt Semantic Layer includes the following components:


| Components | Information | Developer plans | Team plans | Enterprise plans | License |
| Components | Information | dbt Core users | dbt Cloud Developer plans | dbt Cloud Team plans | dbt Cloud Enterprise plans | License |
| --- | --- | :---: | :---: | :---: | --- |
| **[MetricFlow](/docs/build/about-metricflow)** | MetricFlow in dbt allows users to centrally define their semantic models and metrics with YAML specifications. |||| BSL package (code is source available) |
| **MetricFlow Server**| A proprietary server that takes metric requests and generates optimized SQL for the specific data platform. |||| Proprietary, Cloud (Team & Enterprise)|
| **Semantic Layer Gateway** | A service that passes queries to MetricFlow server and executes the SQL generated by MetricFlow against the data platform| <br></br>❌| || Proprietary, Cloud (Team & Enterprise) |
| **Semantic Layer APIs** | The interfaces that allow users to submit metric queries using the GraphQL and JDBC APIs. They also serve as the foundation for building first-class integrations with various tools. |||| Proprietary, Cloud (Team & Enterprise)|
| **[MetricFlow](/docs/build/about-metricflow)** | MetricFlow in dbt allows users to centrally define their semantic models and metrics with YAML specifications. ||| | | BSL package (code is source available) |
| **MetricFlow Server**| A proprietary server that takes metric requests and generates optimized SQL for the specific data platform. || | || Proprietary, Cloud (Team & Enterprise)|
| **Semantic Layer Gateway** | A service that passes queries to the MetricFlow server and executes the SQL generated by MetricFlow against the data platform| <br></br>❌ |||| Proprietary, Cloud (Team & Enterprise) |
| **Semantic Layer APIs** | The 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. | |||| Proprietary, Cloud (Team & Enterprise)|


## Related questions
Expand Down

0 comments on commit be26971

Please sign in to comment.