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

update sso callout for SL #4357

Merged
merged 15 commits into from
Nov 1, 2023
1 change: 1 addition & 0 deletions website/docs/docs/cloud/cloud-cli-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ The dbt Cloud CLI is available in all [deployment regions](/docs/cloud/about-clo
- Ensure you are using dbt version 1.5 or higher. Refer to [dbt Cloud versions](/docs/dbt-versions/upgrade-core-in-cloud) to upgrade.
- Avoid using SSH tunneling for [Postgres and Redshift](/docs/cloud/connect-data-platform/connect-redshift-postgresql-alloydb) connections.
- Avoid using [PrivateLink](/docs/cloud/secure/about-privatelink).
- Avoid using Single sign-on (SSO) if developing for the [dbt Semantic Layer](/docs/use-dbt-semantic-layer/dbt-sl).
mirnawong1 marked this conversation as resolved.
Show resolved Hide resolved

## Install dbt Cloud CLI

Expand Down
5 changes: 4 additions & 1 deletion website/snippets/_v2-sl-prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
- Set up the [Semantic Layer API](/docs/dbt-cloud-apis/sl-api-overview) in the integrated tool to import metric definitions.
- To access the API and query metrics in downstream tools, you must have a dbt Cloud [Team or Enterprise](https://www.getdbt.com/pricing/) account. dbt Core or Developer accounts can define metrics but won't be able to dynamically query them.<br />
- Understand [MetricFlow's](/docs/build/about-metricflow) key concepts, which powers the latest dbt Semantic Layer.

- If developing with the [dbt Cloud CLI](/docs/cloud/cloud-cli-installation):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can leave out the If developing with the [dbt Cloud CLI](/docs/cloud/cloud-cli-installation): part since this is true for any connection to the Semantic Layer

- Avoid using SSH tunneling for [Postgres and Redshift](/docs/cloud/connect-data-platform/connect-redshift-postgresql-alloydb) connections.
- Avoid using Single sign-on (SSO).
mirnawong1 marked this conversation as resolved.
Show resolved Hide resolved

</VersionBlock>


Expand Down
Loading