From 908affba01bc4c02d73b829e6dbb8d8734caf0eb Mon Sep 17 00:00:00 2001 From: nataliefiann <120089939+nataliefiann@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:54:42 +0000 Subject: [PATCH] Update website/docs/docs/deploy/continuous-integration.md Co-authored-by: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> --- website/docs/docs/deploy/continuous-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/deploy/continuous-integration.md b/website/docs/docs/deploy/continuous-integration.md index df1b4e595e..fde386f920 100644 --- a/website/docs/docs/deploy/continuous-integration.md +++ b/website/docs/docs/deploy/continuous-integration.md @@ -33,7 +33,7 @@ If your git provider has a native dbt Cloud integration, you can set up [continu | **Git provider** | **Native dbt Cloud integration** |**Automated CI job** |**Git import with URL**| **Information**| | -----------------| ---------------------------------| -------------------------------------------|-----------------------|---------| -|[Azure DevOps](/docs/cloud/git/setup-azure) | ✅| ✅ | ✅ | Organizations on the Team Plan can connect to Azure DeveOps via deploy key. Note, you won’t get the automated CI jobs but you can still develop.| +|[Azure DevOps](/docs/cloud/git/setup-azure)
| ✅| ✅ | ✅ | Organizations on the Team Plan can connect to Azure DeveOps via deploy key. Note, you won’t get the automated CI jobs but you can still develop.| |[GitHub](/docs/cloud/git/connect-github) | ✅ | ✅ | ✅ | |[GitLab](/docs/cloud/git/connect-gitlab) | ✅ | ✅ | ✅ | |All other git providers imported with a [git URL](/docs/cloud/git/import-a-project-by-git-url) ([BitBucket](/docs/cloud/git/import-a-project-by-git-url#bitbucket), [AWS CodeCommit](/docs/cloud/git/import-a-project-by-git-url#aws-codecommit), and others)| ❌ | ❌ | ✅ | Refer to the [Customizing CI/CD with custom pipelines](/guides/custom-cicd-pipelines?step=1) guide to set up CI/CD.|