-
Notifications
You must be signed in to change notification settings - Fork 982
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'current' into expand-releases
- Loading branch information
Showing
78 changed files
with
604 additions
and
346 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: About developing in dbt | ||
id: about-develop-dbt | ||
description: "Learn how to develop your dbt projects using dbt Cloud." | ||
sidebar_label: "About developing in dbt" | ||
pagination_next: "docs/cloud/about-cloud-develop-defer" | ||
hide_table_of_contents: true | ||
--- | ||
|
||
Develop dbt projects using dbt Cloud, which offers a fast and reliable way to work on your dbt project. It runs dbt Core in a hosted (single or multi-tenant) environment. | ||
|
||
You can develop in your browser using an integrated development environment (IDE) or in a dbt Cloud-powered command line interface (CLI). | ||
|
||
<div className="grid--2-col" > | ||
|
||
<Card | ||
title="dbt Cloud CLI" | ||
body="Allows you to develop and run dbt commands from your local command line or code editor against your dbt Cloud development environment." | ||
link="/docs/cloud/cloud-cli-installation" | ||
icon="dbt-bit"/> | ||
|
||
<Card | ||
title="dbt Cloud IDE" | ||
body="Develop directly in your browser, making dbt project development efficient by compiling code into SQL and managing project changes seamlessly using an intuitive user interface." | ||
link="/docs/cloud/dbt-cloud-ide/develop-in-the-cloud" | ||
icon="dbt-bit"/> | ||
|
||
</div><br /> | ||
|
||
To get started with dbt development, you'll need a [dbt Cloud](https://www.getdbt.com/signup) account and developer seat. For a more comprehensive guide about developing in dbt, refer to our [quickstart guides](/guides). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 43 additions & 0 deletions
43
website/docs/docs/cloud/connect-data-platform/connect-microsoft-fabric.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
title: "Connect Microsoft Fabric" | ||
description: "Configure Microsoft Fabric connection." | ||
sidebar_label: "Connect Microsoft Fabric" | ||
--- | ||
|
||
## Supported authentication methods | ||
The supported authentication methods are: | ||
- Azure Active Directory (Azure AD) service principal | ||
- Azure AD password | ||
|
||
SQL password (LDAP) is not supported in Microsoft Fabric Synapse Data Warehouse so you must use Azure AD. This means that to use [Microsoft Fabric](https://www.microsoft.com/en-us/microsoft-fabric) in dbt Cloud, you will need at least one Azure AD service principal to connect dbt Cloud to Fabric, ideally one service principal for each user. | ||
|
||
### Active Directory service principal | ||
The following are the required fields for setting up a connection with a Microsoft Fabric using Azure AD service principal authentication. | ||
|
||
| Field | Description | | ||
| --- | --- | | ||
| **Server** | The service principal's **host** value for the Fabric test endpoint. | | ||
| **Port** | The port to connect to Microsoft Fabric. You can use `1433` (the default), which is the standard SQL server port number. | | ||
| **Database** | The service principal's **database** value for the Fabric test endpoint. | | ||
| **Authentication** | Choose **Service Principal** from the dropdown. | | ||
| **Tenant ID** | The service principal's **Directory (tenant) ID**. | | ||
| **Client ID** | The service principal's **application (client) ID id**. | | ||
| **Client secret** | The service principal's **client secret** (not the **client secret id**). | | ||
|
||
|
||
### Active Directory password | ||
|
||
The following are the required fields for setting up a connection with a Microsoft Fabric using Azure AD password authentication. | ||
|
||
| Field | Description | | ||
| --- | --- | | ||
| **Server** | The server hostname to connect to Microsoft Fabric. | | ||
| **Port** | The server port. You can use `1433` (the default), which is the standard SQL server port number. | | ||
| **Database** | The database name. | | ||
| **Authentication** | Choose **Active Directory Password** from the dropdown. | | ||
| **User** | The AD username. | | ||
| **Password** | The AD username's password. | | ||
|
||
## Configuration | ||
|
||
To learn how to optimize performance with data platform-specific configurations in dbt Cloud, refer to [Microsoft Fabric DWH configurations](/reference/resource-configs/fabric-configs). |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,6 @@ id: "auth0-migration" | |
sidebar: "SSO Auth0 Migration" | ||
description: "Required actions for migrating to Auth0 for SSO services on dbt Cloud." | ||
--- | ||
:::warning Limited availability | ||
|
||
This is a new feature that is being implemented incrementally to customers using single sign-on features today. If you have any questions or concerns about the availability of the migration feature, please [contact support](mailto:[email protected]). | ||
|
||
::: | ||
|
||
dbt Labs is partnering with Auth0 to bring enhanced features to dbt Cloud's single sign-on (SSO) capabilities. Auth0 is an identity and access management (IAM) platform with advanced security features, and it will be leveraged by dbt Cloud. These changes will require some action from customers with SSO configured in dbt Cloud today, and this guide will outline the necessary changes for each environment. | ||
|
||
|
Oops, something went wrong.