Skip to content

Commit

Permalink
Callouts for upcoming Microsoft adapter support (#4259)
Browse files Browse the repository at this point in the history
## What are you changing in this pull request and why?

Add callouts about dbt Cloud support for MS Fabric and Synapse coming
soon to these 3 pages:
- https://docs.getdbt.com/docs/supported-data-platforms
- https://docs.getdbt.com/docs/verified-adapters
-
https://docs.getdbt.com/docs/cloud/connect-data-platform/about-connections

## Checklist
- [x] Review the [Content style
guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md)
and [About
versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version)
so my content adheres to these guidelines.
- [x] Need review from PMM

Adding new pages (delete if not applicable):
- [x] ~~Add page to `website/sidebars.js`~~ new file is a partial
- [x] Provide a unique filename for the new page
  • Loading branch information
nghi-ly authored Oct 13, 2023
2 parents 2d61002 + c904e75 commit 5b00716
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 Azure Synapse Analytics adapters is coming soon!
:::

0 comments on commit 5b00716

Please sign in to comment.