Skip to content

Commit

Permalink
Merge branch 'current' into add-version-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Nov 17, 2023
2 parents 53a4893 + e1fca0f commit 63f03a7
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 11 deletions.
3 changes: 0 additions & 3 deletions website/docs/docs/supported-data-platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,3 @@ The following are **Trusted adapters** ✓ you can connect to in dbt Core:
import AdaptersTrusted from '/snippets/_adapters-trusted.md';

<AdaptersTrusted />

<br/> * Install these adapters using dbt Core as they're not currently supported in dbt Cloud. <br />

4 changes: 2 additions & 2 deletions website/docs/docs/trusted-adapters.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ Refer to the [Build, test, document, and promote adapters](/guides/adapter-creat

### Trusted vs Verified

The Verification program exists to highlight adapters that meets both of the following criteria:
The Verification program exists to highlight adapters that meet both of the following criteria:

- the guidelines given in the Trusted program,
- formal agreements required for integration with dbt Cloud

For more information on the Verified Adapter program, reach out the [dbt Labs partnerships team](mailto:[email protected])
For more information on the Verified Adapter program, reach out to the [dbt Labs partnerships team](mailto:[email protected])

### Trusted adapters

Expand Down
11 changes: 8 additions & 3 deletions website/snippets/_adapters-trusted.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
<div className="grid--4-col">

<Card
title="Athena*"
title="Athena"
body="<a href='/docs/core/connect-data-platform/athena-setup'><img src='/img/icons/dbt-bit.svg' width='7%'/>Install with dbt Core </a> <br /><br /><a href=https://badge.fury.io/py/dbt-athena-community><img src=https://badge.fury.io/py/dbt-athena-community.svg/></a>"
icon="athena"/>

<Card
title="Materialize*"
title="Glue"
body="<a href='/docs/core/connect-data-platform/glue-setup'><img src='/img/icons/dbt-bit.svg' width='7%'/>Install with dbt Core </a> <br /><br /><a href=https://badge.fury.io/py/dbt-glue><img src=https://badge.fury.io/py/dbt-glue.svg/></a>"
icon="glue"/>

<Card
title="Materialize"
body="<a href='/docs/core/connect-data-platform/materialize-setup'><img src='/img/icons/dbt-bit.svg' width='7%'/>Install with dbt Core </a> <br /><br /><a
href=https://badge.fury.io/py/dbt-materialize><img src=https://badge.fury.io/py/dbt-materialize.svg/></a>"
icon="materialize"/>

<Card
title="Oracle Autonomous Database*"
title="Oracle Autonomous Database"
body="<a href='/docs/core/connect-data-platform/oracle-setup'><img src='/img/icons/dbt-bit.svg' width='7%'/>Install with dbt Core </a> <br /><br /><a
href=https://badge.fury.io/py/dbt-oracle><img src=https://badge.fury.io/py/dbt-oracle.svg/></a>"
icon="oracle"/>
Expand Down
6 changes: 3 additions & 3 deletions website/snippets/_adapters-verified.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
icon="databricks"/>

<Card
title="Dremio*"
title="Dremio"
body="<a href='/docs/core/connect-data-platform/dremio-setup'><img src='/img/icons/dbt-bit.svg' width='7%'/>Install with dbt Core </a> <br /><br /> <a href=https://badge.fury.io/py/dbt-dremio><img src=https://badge.fury.io/py/dbt-dremio.svg/><br />"
icon="dremio"/>

Expand Down Expand Up @@ -49,11 +49,11 @@
body="<a href='/guides/microsoft-fabric?step=1'><img src='/img/icons/dbt-bit.svg' width='7%'/>Set up in dbt Cloud </a> <br /><a href='/docs/core/connect-data-platform/fabric-setup'><img src='/img/icons/dbt-bit.svg' width='7%'/>Install with dbt Core </a> <br /><br /> <a href=https://badge.fury.io/py/dbt-fabric><img src=https://badge.fury.io/py/dbt-fabric.svg/></a>"
icon="fabric"/>
<Card
title="Azure Synapse*"
title="Azure Synapse"
body="<a href='/docs/core/connect-data-platform/azuresynapse-setup'><img src='/img/icons/dbt-bit.svg' width='7%'/>Install with dbt Core </a> <br /><br /> <a href=https://badge.fury.io/py/dbt-synapse><img src=https://badge.fury.io/py/dbt-synapse.svg/><br /> 🚧 Verification in progress"
icon="rocket"/>
<Card
title="Teradata*"
title="Teradata"
body="<a href='/docs/core/connect-data-platform/teradata-setup'><img src='/img/icons/dbt-bit.svg' width='7%'/>Install with dbt Core </a> <br /><br /> <a href=https://badge.fury.io/py/dbt-teradata><img src=https://badge.fury.io/py/dbt-teradata.svg/><br />"
icon="teradata"/>

Expand Down
26 changes: 26 additions & 0 deletions website/static/img/icons/glue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions website/static/img/icons/white/glue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 63f03a7

Please sign in to comment.