-
Notifications
You must be signed in to change notification settings - Fork 982
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
Git providers supporting CI #6692
Open
nataliefiann
wants to merge
29
commits into
current
Choose a base branch
from
nfiann-ci-and-git
base: current
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+34
−0
Open
Changes from 9 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
e1a18ca
Git providers supporting CI
nataliefiann 3120581
Update website/docs/docs/deploy/continuous-integration.md
nataliefiann ff38b47
Merge branch 'current' into nfiann-ci-and-git
nataliefiann d81eec1
Update website/docs/docs/deploy/continuous-integration.md
nataliefiann c371c06
Update website/docs/docs/deploy/continuous-integration.md
nataliefiann 908affb
Update website/docs/docs/deploy/continuous-integration.md
nataliefiann fe30c33
Update website/docs/docs/deploy/continuous-integration.md
nataliefiann f314739
Update website/docs/docs/deploy/continuous-integration.md
nataliefiann c55b519
Update website/docs/docs/deploy/continuous-integration.md
nataliefiann ddd9dcc
Update website/docs/docs/deploy/continuous-integration.md
nataliefiann 36169d8
Update website/docs/docs/deploy/continuous-integration.md
nataliefiann 66608e2
Update website/docs/docs/deploy/continuous-integration.md
nataliefiann 720642e
Update website/docs/docs/deploy/continuous-integration.md
nataliefiann 5270096
Merge branch 'current' into nfiann-ci-and-git
nataliefiann 1daea86
Update website/docs/docs/deploy/continuous-integration.md
nataliefiann 17fd9f0
Update website/docs/docs/deploy/continuous-integration.md
nataliefiann 8fbc0de
Rolled in suggested feedback
nataliefiann f56a112
rolled in suggested feedback
nataliefiann ddc35e0
Merge branch 'nfiann-ci-and-git' of https://github.com/dbt-labs/docs.…
nataliefiann 82f606e
updated snippet
nataliefiann cb329f2
updated snippet
nataliefiann d834ffb
deleted file
nataliefiann 730926c
Added snippet to ci jobs page, import a project by git url and also u…
nataliefiann bb4d4e5
Merge branch 'current' into nfiann-ci-and-git
nataliefiann 08e4e2e
Amended snippet to add info on non native integration
nataliefiann 1aeccbf
Update website/snippets/_git-providers-supporting-ci.md
nataliefiann b03f900
Merge branch 'current' into nfiann-ci-and-git
nataliefiann 2aae16d
Merge branch 'current' into nfiann-ci-and-git
nataliefiann e99c875
Update website/docs/docs/cloud/git/git-configuration-in-dbt-cloud.md
nataliefiann File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 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,8 @@ | ||
If your git provider has a native dbt Cloud integration, you can set up continuous integration (CI) jobs within dbt Cloud. | ||
|
||
| **Git provider** | **Native dbt Cloud integration** |[**Automated CI job**](/docs/deploy/ci-jobs)|**Git import with URL**| **Information**| | ||
| -----------------| ---------------------------------| -------------------------------------------|-----------------------|---------| | ||
|[Azure DevOps](/docs/cloud/git/setup-azure) <Lifecycle status="enterprise" />| ✅| ✅ | ✅ | 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) <Lifecycle status="developer,team,enterprise" /> | ✅ | ✅ | ✅ | | ||
|[GitLab](/docs/cloud/git/connect-gitlab) <Lifecycle status="developer,team,enterprise" /> | ✅ | ✅ | ✅ | | ||
|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)| ❌ | ❌ | ✅ | Bitbucket doesn’t have a native dbt Cloud integration, refer to the [Customizing CI/CD with custom pipelines](/guides/custom-cicd-pipelines?step=1) guide to set up continuous integration and continuous deployment (CI/CD). | |
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,2 @@ | ||
If you're not using dbt Cloud’s native Git integration with [GitHub](/docs/cloud/git/connect-github), [GitLab](/docs/cloud/git/connect-gitlab), or [Azure DevOps](/docs/cloud/git/connect-azure-devops), you can use the [Administrative API](/docs/dbt-cloud-apis/admin-cloud-api) to trigger a CI job to run. However, dbt Cloud will not automatically delete the temporary schema for you. This is because automatic deletion relies on incoming webhooks from Git providers, which is only available through the native integrations. | ||
nataliefiann marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment as below - open to alternative phrasing on this though