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

Callouts for upcoming Microsoft adapter support #4259

Merged
merged 24 commits into from
Oct 13, 2023
Merged
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
859b195
Callouts for upcoming Microsoft adapter support
nghi-ly Oct 11, 2023
3c5530c
Merge branch 'current' into ly-docs-coming-soon-callouts
nghi-ly Oct 11, 2023
9944df1
This branch was auto-updated!
github-actions[bot] Oct 11, 2023
04be3b5
This branch was auto-updated!
github-actions[bot] Oct 11, 2023
d936876
This branch was auto-updated!
github-actions[bot] Oct 11, 2023
c131b9d
This branch was auto-updated!
github-actions[bot] Oct 12, 2023
c8aecc6
This branch was auto-updated!
github-actions[bot] Oct 12, 2023
3cd80d2
This branch was auto-updated!
github-actions[bot] Oct 12, 2023
90117f3
This branch was auto-updated!
github-actions[bot] Oct 12, 2023
9b98b92
This branch was auto-updated!
github-actions[bot] Oct 12, 2023
7ce5660
This branch was auto-updated!
github-actions[bot] Oct 12, 2023
e5ec3f2
This branch was auto-updated!
github-actions[bot] Oct 12, 2023
f23ea4c
This branch was auto-updated!
github-actions[bot] Oct 12, 2023
7e5e495
This branch was auto-updated!
github-actions[bot] Oct 12, 2023
ab213ca
This branch was auto-updated!
github-actions[bot] Oct 12, 2023
eba0135
This branch was auto-updated!
github-actions[bot] Oct 13, 2023
60966f5
This branch was auto-updated!
github-actions[bot] Oct 13, 2023
1db08cc
This branch was auto-updated!
github-actions[bot] Oct 13, 2023
a9ffffd
This branch was auto-updated!
github-actions[bot] Oct 13, 2023
e9ce630
This branch was auto-updated!
github-actions[bot] Oct 13, 2023
29d82e2
This branch was auto-updated!
github-actions[bot] Oct 13, 2023
f1b41e9
This branch was auto-updated!
github-actions[bot] Oct 13, 2023
625cfd2
This branch was auto-updated!
github-actions[bot] Oct 13, 2023
c904e75
Update website/snippets/_microsoft-adapters-soon.md
nghi-ly Oct 13, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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!
nghi-ly marked this conversation as resolved.
Show resolved Hide resolved
nghi-ly marked this conversation as resolved.
Show resolved Hide resolved
:::
Loading