Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated billing page #4397

Merged
merged 29 commits into from
Nov 7, 2023
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
2930084
add sync file back
john-rock Oct 26, 2023
9475483
Merge pull request #268 from dbt-labs/add-repo-sync
john-rock Oct 26, 2023
257c8b2
Merge pull request #269 from dbt-labs/repo-sync
john-rock Oct 27, 2023
62eca61
Merge pull request #270 from dbt-labs/repo-sync
john-rock Oct 27, 2023
d182dd3
Merge pull request #271 from dbt-labs/repo-sync
john-rock Oct 27, 2023
c8262e6
Merge pull request #272 from dbt-labs/repo-sync
john-rock Oct 28, 2023
70fdbf1
Merge pull request #273 from dbt-labs/repo-sync
john-rock Oct 30, 2023
45d693b
Merge pull request #274 from dbt-labs/repo-sync
john-rock Oct 31, 2023
98d890f
Merge pull request #275 from dbt-labs/repo-sync
john-rock Oct 31, 2023
a8aff47
Merge pull request #276 from dbt-labs/repo-sync
john-rock Nov 1, 2023
86fb067
update billing page
mirnawong1 Nov 1, 2023
e066fc4
Merge pull request #280 from dbt-labs/repo-sync
john-rock Nov 1, 2023
66c3cc5
Merge branch 'current' into updated-billing-page
mirnawong1 Nov 1, 2023
e08618f
Update website/docs/docs/build/sl-getting-started.md
mirnawong1 Nov 1, 2023
76ae7d3
update to 'queried'
mirnawong1 Nov 1, 2023
be3ea67
capitalize
mirnawong1 Nov 1, 2023
85f29b8
Merge pull request #281 from dbt-labs/repo-sync
john-rock Nov 1, 2023
da5ee12
Merge branch 'current' into updated-billing-page
mirnawong1 Nov 1, 2023
0e077a3
Merge pull request #282 from dbt-labs/repo-sync
john-rock Nov 2, 2023
80b886c
Merge pull request #283 from dbt-labs/repo-sync
john-rock Nov 2, 2023
d0f54f3
Merge pull request #284 from dbt-labs/repo-sync
john-rock Nov 3, 2023
b97bfc5
Merge branch 'current' into updated-billing-page
mirnawong1 Nov 3, 2023
90183df
Delete .github/workflows/repo-sync.yml
mirnawong1 Nov 3, 2023
6ec2908
Update website/docs/docs/build/sl-getting-started.md
mirnawong1 Nov 3, 2023
ad2f36c
update faqs
mirnawong1 Nov 3, 2023
3529a67
Merge branch 'current' into updated-billing-page
mirnawong1 Nov 3, 2023
4e3c2b7
Merge branch 'updated-billing-page' of https://github.com/dbt-labs/do…
mirnawong1 Nov 3, 2023
bf4259e
Merge branch 'current' into updated-billing-page
matthewshaver Nov 6, 2023
6988358
Merge branch 'current' into updated-billing-page
matthewshaver Nov 7, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update faqs
  • Loading branch information
mirnawong1 committed Nov 3, 2023
commit ad2f36c30cfd8524ac612dd14b6bc1a908faef14
16 changes: 9 additions & 7 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,13 @@ 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 | Developer plans | Team plans | 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 All @@ -41,8 +42,9 @@ The dbt Semantic Layer includes the following components:
User data passes through the Semantic Layer on its way back from the warehouse. dbt Labs ensures security by authenticating through the customer's data warehouse. Currently, we don't cache data for the long term, but it might temporarily stay in the system for up to 10 minutes, usually less. In the future, we'll introduce a caching feature that allows us to cache data on our infrastructure for up to 24 hours.
</details>
<details>
<summary>Is the dbt Semantic Layer open source?</summary>
The dbt Semantic Layer is proprietary, however, some components of the dbt Semantic Layer are open source, like dbt-core and MetricFlow. <br /><br />The universal dbt Semantic Layer is available to all Team and Enterprise Plans during public beta. Users on dbt Cloud Developer plans or dbt Core users can use MetricFlow to only define and test metrics locally.</details>
<summary>Is the dbt Semantic Layer open source?</summary>
The dbt Semantic Layer is proprietary; however, some components of the dbt Semantic Layer are open source, such as dbt-core and MetricFlow. <br /><br />dbt Cloud Developer or dbt Core users can define metrics in their project, including a local dbt Core project, using the dbt Cloud IDE, dbt Cloud CLI, or dbt Core CLI. However, to experience the universal dbt Semantic Layer and access those metrics using the API or downstream tools, users must be on a dbt Cloud <a href="https://www.getdbt.com/pricing/">Team or Enterprise</a> plan. <br /><br />Refer to <a href="https://docs.getdbt.com/docs/cloud/billing">Billing</a> for more information.
</details>
<details>
<summary>Is there a dbt Semantic Layer discussion hub?</summary>
<div>
Expand Down