Skip to content

Commit

Permalink
Merge branch 'current' into mirnawong1-patch-5
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Oct 27, 2023
2 parents dfd7710 + 72189d4 commit 29736b7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions website/docs/docs/cloud/configure-cloud-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Once you install the dbt Cloud CLI, you need to configure it to connect to a dbt

- North America: https://cloud.getdbt.com/cloud-cli
- EMEA: https://emea.dbt.com/cloud-cli
- APAC: https://apac.dbt.com/cloud-cli
- APAC: https://au.dbt.com/cloud-cli
- North American Cell 1: `https:/ACCOUNT_PREFIX.us1.dbt.com/cloud-cli`
- Single-tenant: `https://YOUR_ACCESS_URL/cloud-cli`

Expand All @@ -43,9 +43,9 @@ Once you install the dbt Cloud CLI, you need to configure it to connect to a dbt
```yaml
version: "1"
context:
active-project: "<project id from the list below>"
active-host: "<active host from the list>"
defer-env-id: "<optional defer environment id>"
active-project: "<project id from the list below>"
active-host: "<active host from the list>"
defer-env-id: "<optional defer environment id>"
projects:
- project-id: "<project-id>"
account-host: "<account-host>"
Expand Down
14 changes: 7 additions & 7 deletions website/snippets/_sl-partner-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ The following tools integrate with the dbt Semantic Layer:

<!-- do not change card order unless specified by both SL PM and Partnerships team-->

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

<Card
title="Tableau (beta)"
Expand All @@ -22,7 +22,7 @@ The following tools integrate with the dbt Semantic Layer:
link="https://learn.hex.tech/docs/connect-to-data/data-connections/dbt-integration#dbt-semantic-layer-integration"
body="Check out how to connect, analyze metrics, collaborate, and discover more data possibilities."
icon="hex"/>
<a href="https://learn.hex.tech/docs/connect-to-data/data-connections/dbt-integration#dbt-semantic-layer-integration"
<a href="https://learn.hex.tech/docs/connect-to-data/data-connections/dbt-integration#dbt-semantic-layer-integration"
className="external-link"
target="_blank"
rel="noopener noreferrer">
Expand All @@ -32,11 +32,11 @@ The following tools integrate with the dbt Semantic Layer:

<div className="card-container">
<Card
title="KlipFolio Power Metrics"
body="Learn how to connect, and deliver a streamlined metrics catalog to your business users."
link="https://support.klipfolio.com/hc/en-us/articles/18164546900759-PowerMetrics-Adding-dbt-Semantic-Layer-metrics"
icon="klipfolio"/>
<a href="https://support.klipfolio.com/hc/en-us/articles/18164546900759-PowerMetrics-Adding-dbt-Semantic-Layer-metrics"
title="Klipfolio PowerMetrics"
body="Learn how to connect to a streamlined metrics catalog and deliver metric-centric analytics to business users."
icon="klipfolio"
link="https://www.klipfolio.com/dbt"/>
<a href="https://www.klipfolio.com/dbt"
className="external-link"
target="_blank"
rel="noopener noreferrer">
Expand Down

0 comments on commit 29736b7

Please sign in to comment.