Skip to content

Commit

Permalink
add partial
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Jul 20, 2023
1 parent a067a4a commit de55ceb
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
12 changes: 11 additions & 1 deletion website/docs/docs/dbt-cloud-apis/sl-api-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,17 @@ You can use the dbt Semantic Layer for a variety of tools and applications of da
* Data discovery and cataloging
* Machine learning and data science

During [public beta](/docs/dbt-versions/release-notes/July-2023/sl-revamp-beta#public-beta), the dbt Semantic Layer is accessible to all dbt Cloud Team and Enterprise multi-tenant plans [hosted](/docs/cloud/about-cloud/regions-ip-addresses) in North America. It's available on dbt v1.6 or higher. dbt Cloud Developer plans and dbt Core users can use MetricFlow to define and test metrics locally, but can't dynamically query them with integrated tools.
<!-- this partial lives here: https://github.com/dbt-labs/docs.getdbt.com/website/snippets/_sl-plan-info. Use it on diff pages and to tailor the message depending which instance can access the SL and what product lifecycle we're in. -->

import Features from '/snippets/_sl-plan-info.md'

<Features
cycle="public beta"
product="dbt Semantic Layer"
plan="dbt Cloud Team and Enterprise"
instance="hosted in North America"
/>
<br /><br />

<div className="grid--3-col">

Expand Down
11 changes: 10 additions & 1 deletion website/docs/docs/use-dbt-semantic-layer/dbt-sl.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,17 @@ Moving metric definitions out of the BI layer and into the modeling layer allows
To read more about why you need a universal Semantic Layer, read this [blog post](https://www.getdbt.com/blog/universal-semantic-layer/).

## Explore the dbt Semantic Layer
<!-- this partial lives here: https://github.com/dbt-labs/docs.getdbt.com/website/snippets/_sl-plan-info. Use it on diff pages and to tailor the message depending which instance can access the SL and what product lifecycle we're in. -->

During [public beta](/docs/dbt-versions/release-notes/July-2023/sl-revamp-beta#public-beta), the dbt Semantic Layer is accessible to all dbt Cloud Team and Enterprise multi-tenant plans [hosted](/docs/cloud/about-cloud/regions-ip-addresses) in North America. It's available on dbt v1.6 or higher. dbt Cloud Developer plans and dbt Core users can use MetricFlow to define and test metrics locally, but can't dynamically query them with integrated tools.
import Features from '/snippets/_sl-plan-info.md'

<Features
cycle="public beta"
product="dbt Semantic Layer"
plan="dbt Cloud Team and Enterprise"
instance="hosted in North America"
/>
<br /><br />

<div className="grid--3-col">

Expand Down
2 changes: 1 addition & 1 deletion website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ const sidebarSettings = {
"guides/dbt-ecosystem/databricks-guides/productionizing-your-dbt-databricks-project",
],
},
"guides/dbt-ecosystem/databricks-guides/sl-partner-integration-guide",
"guides/dbt-ecosystem/sl-partner-integration-guide",
],
},
{
Expand Down
1 change: 1 addition & 0 deletions website/snippets/_sl-plan-info.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<span>During <a href="https://docs.getdbt.com/docs/dbt-versions/release-notes/July-2023/sl-revamp-beta#public-beta" target="_self">{props.cycle}</a>, the {props.product} is accessible to <a href="https://www.getdbt.com/pricing/">{props.plan}</a> multi-tenant plans <a href="https://docs.getdbt.com/docs/cloud/about-cloud/regions-ip-addresses" target="_self">{props.instance}</a> (cloud.getdbt.com login). It's available on dbt v1.6 or higher. dbt Cloud Developer plans and dbt Core users can use MetricFlow to define and test metrics locally, but can't dynamically query them with integrated tools.</span>

0 comments on commit de55ceb

Please sign in to comment.