-
Notifications
You must be signed in to change notification settings - Fork 978
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9953c37
commit 72bd8d8
Showing
13 changed files
with
54 additions
and
34 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
37 changes: 23 additions & 14 deletions
37
website/docs/docs/cloud/git/git-configuration-in-dbt-cloud.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 |
---|---|---|
@@ -1,37 +1,46 @@ | ||
--- | ||
title: "Git configuration in dbt Cloud" | ||
title: "Configure Git in dbt Cloud" | ||
description: "Learn about the Git providers supported in dbt Cloud" | ||
pagination_next: "docs/cloud/git/import-a-project-by-git-url" | ||
pagination_prev: null | ||
hide_table_of_contents: true | ||
pagination_next: "docs/cloud/git/managed-repository" | ||
--- | ||
|
||
<div className="grid--2-col"> | ||
[Version control](/docs/collaborate/git/version-control-basics) is an essential part of the dbt workflow, enabling teams to collaborate effectively and maintain a history of changes to their dbt projects. | ||
|
||
In dbt Cloud, you can configure Git integrations to manage your dbt project code with ease. dbt Cloud offers multiple ways to integrate with you Git provider, catering to diverse team needs and preferences. | ||
|
||
Whether you use a Git integration that natively connects with dbt Cloud or prefer to work with a managed or cloned repository, dbt Cloud supports flexible options to streamline your workflow. | ||
|
||
<div className="grid--3-col"> | ||
|
||
<Card | ||
title="Managed repository" | ||
body="Learn how to quickly set up a project with a managed repository." | ||
link="/docs/cloud/git/managed-repository" | ||
icon="dbt-bit"/> | ||
|
||
<Card | ||
title="Import a project by git URL" | ||
body="Learn how to import a project by using a git URL." | ||
title="Git clone" | ||
body="Learn how to connect to a git repository using a git URL and deploy keys." | ||
link="/docs/cloud/git/import-a-project-by-git-url" | ||
icon="dbt-bit"/> | ||
|
||
<Card | ||
title="Connect to GitHub" | ||
body="Learn how to connect to GitHub." | ||
body="Learn how to connect to GitHub using dbt Cloud's native integration." | ||
link="/docs/cloud/git/connect-github" | ||
icon="dbt-bit"/> | ||
|
||
</div> | ||
<br /> | ||
<div className="grid--2-col"> | ||
<Card | ||
title="Connect to GitLab" | ||
body="Learn how to connect to GitLab." | ||
body="Learn how to connect to GitLab using dbt Cloud's native integration." | ||
link="/docs/cloud/git/connect-gitlab" | ||
icon="dbt-bit"/> | ||
|
||
<Card | ||
title="Connect to Azure DevOps" | ||
body="Learn how to connect to Azure DevOps." | ||
title="Connect to Azure DevOps " | ||
body="Learn how to connect to Azure DevOps using dbt Cloud's native integration. <br /><br />Available on dbt Cloud Enterprise plans." | ||
link="/docs/cloud/git/connect-azure-devops" | ||
icon="dbt-bit"/> | ||
|
||
</div> | ||
</div> |
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
5 changes: 4 additions & 1 deletion
5
...ocs/collaborate/git/managed-repository.md → ...docs/docs/cloud/git/managed-repository.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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ Your IDE session experienced an unknown error and was terminated. Please contact | |
|
||
``` | ||
|
||
You can try to resolve this by adding a repository like a [managed repository](/docs/collaborate/git/managed-repository) or your preferred Git account. To add your Git account, navigate to **Project** > **Repository** and select your repository. | ||
You can try to resolve this by adding a repository like a [managed repository](/docs/cloud/git/managed-repository) or your preferred Git account. To add your Git account, navigate to **Project** > **Repository** and select your repository. | ||
|
||
|
||
If you're still running into this error, please contact the Support team at [email protected] for help. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
When you develop in dbt Cloud, you can leverage [Git](/docs/collaborate/git-version-control) to version control your code. | ||
|
||
To connect to a repository, you can either set up a dbt Cloud-hosted [managed repository](/docs/collaborate/git/managed-repository) or directly connect to a [supported git provider](/docs/cloud/git/connect-github). Managed repositories are a great way to trial dbt without needing to create a new repository. In the long run, it's better to connect to a supported git provider to use features like automation and [continuous integration](/docs/deploy/continuous-integration). | ||
To connect to a repository, you can either set up a dbt Cloud-hosted [managed repository](/docs/cloud/git/managed-repository) or directly connect to a [supported git provider](/docs/cloud/git/connect-github). Managed repositories are a great way to trial dbt without needing to create a new repository. In the long run, it's better to connect to a supported git provider to use features like automation and [continuous integration](/docs/deploy/continuous-integration). |
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