Skip to content

Commit

Permalink
Callouts for upcoming Microsoft adapter support
Browse files Browse the repository at this point in the history
  • Loading branch information
nghi-ly committed Oct 11, 2023
1 parent ecd1fd5 commit 859b195
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ dbt Cloud can connect with a variety of data platform providers including:
- [Snowflake](/docs/cloud/connect-data-platform/connect-snowflake)
- [Starburst or Trino](/docs/cloud/connect-data-platform/connect-starburst-trino)

import MSCallout from '/snippets/_microsoft-adapters-soon.md';

<MSCallout />

You can connect to your database in dbt Cloud by clicking the gear in the top right and selecting **Account Settings**. From the Account Settings page, click **+ New Project**.

<Lightbox src="/img/docs/dbt-cloud/cloud-configuring-dbt-cloud/choose-a-connection.png" title="Choose a connection"/>
Expand Down
4 changes: 4 additions & 0 deletions website/docs/docs/supported-data-platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ You can [connect](/docs/connect-adapters) to adapters and data platforms either

You can also further customize how dbt works with your specific data platform via configuration: see [Configuring Postgres](/reference/resource-configs/postgres-configs) for an example.

import MSCallout from '/snippets/_microsoft-adapters-soon.md';

<MSCallout />

## Types of Adapters

There are three types of adapters available today:
Expand Down
4 changes: 4 additions & 0 deletions website/docs/docs/verified-adapters.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ The verification process serves as the on-ramp to integration with dbt Cloud. As

To learn more, see [Verifying a new adapter](/guides/dbt-ecosystem/adapter-development/7-verifying-a-new-adapter).

import MSCallout from '/snippets/_microsoft-adapters-soon.md';

<MSCallout />

Here are the verified data platforms that connect to dbt and its latest version.

import AdaptersVerified from '/snippets/_adapters-verified.md';
Expand Down
3 changes: 3 additions & 0 deletions website/snippets/_microsoft-adapters-soon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:::tip Coming soon
dbt Cloud support for the Microsoft Fabric and Microsoft Synapse adapters is coming soon!
:::

0 comments on commit 859b195

Please sign in to comment.