From 08b4677a3a13442b7963cd15403ad245be4c32f3 Mon Sep 17 00:00:00 2001
From: "Leona B. Campbell" <3880403+runleonarun@users.noreply.github.com>
Date: Wed, 17 Apr 2024 16:11:08 -0700
Subject: [PATCH 1/5] Update import-a-project-by-git-url.md
---
website/docs/docs/cloud/git/import-a-project-by-git-url.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/website/docs/docs/cloud/git/import-a-project-by-git-url.md b/website/docs/docs/cloud/git/import-a-project-by-git-url.md
index 83846bb1f0b..b444a4a3f72 100644
--- a/website/docs/docs/cloud/git/import-a-project-by-git-url.md
+++ b/website/docs/docs/cloud/git/import-a-project-by-git-url.md
@@ -55,8 +55,9 @@ If you use GitLab, you can import your repo directly using [dbt Cloud's GitLab A
## BitBucket
-
-- To add a deploy key to a BitBucket account, navigate to **SSH keys** tab in the Personal Settings page of your BitBucket account.
+You can import your BitBucket repository into dbt Cloud using a deploy key. For security, we recommend you use a service account to add the BitBucket deploy key and maintain the connection between your BitBucket repository and dbt Cloud. BitBucket still attributes each commit in a pull request to a Bitbucket user's email address.
+To add a deploy key to a BitBucket account:
+- Navigate to **SSH keys** tab in the Personal Settings page of your BitBucket account.
- Next, click the **Add key** button and paste in the deploy key generated by dbt Cloud for your repository.
- After saving this SSH key, dbt Cloud will be able to read and write files in your BitBucket repository.
From 128c65c416ad43e0e597a7e306cffb3ac8c68107 Mon Sep 17 00:00:00 2001
From: "Leona B. Campbell" <3880403+runleonarun@users.noreply.github.com>
Date: Wed, 17 Apr 2024 16:19:46 -0700
Subject: [PATCH 2/5] Update import-a-project-by-git-url.md
---
website/docs/docs/cloud/git/import-a-project-by-git-url.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/website/docs/docs/cloud/git/import-a-project-by-git-url.md b/website/docs/docs/cloud/git/import-a-project-by-git-url.md
index b444a4a3f72..877bce13b33 100644
--- a/website/docs/docs/cloud/git/import-a-project-by-git-url.md
+++ b/website/docs/docs/cloud/git/import-a-project-by-git-url.md
@@ -55,8 +55,11 @@ If you use GitLab, you can import your repo directly using [dbt Cloud's GitLab A
## BitBucket
-You can import your BitBucket repository into dbt Cloud using a deploy key. For security, we recommend you use a service account to add the BitBucket deploy key and maintain the connection between your BitBucket repository and dbt Cloud. BitBucket still attributes each commit in a pull request to a Bitbucket user's email address.
+
+You can import your BitBucket repository into dbt Cloud using a deploy key. To preserve account security, we recommend you use a service account to add the BitBucket deploy key and maintain the connection between your BitBucket repository and dbt Cloud. BitBucket attributes each repository commit and other actions to the actor's Bitbucket email address.
+
To add a deploy key to a BitBucket account:
+
- Navigate to **SSH keys** tab in the Personal Settings page of your BitBucket account.
- Next, click the **Add key** button and paste in the deploy key generated by dbt Cloud for your repository.
- After saving this SSH key, dbt Cloud will be able to read and write files in your BitBucket repository.
From 61d1e5625ff58d448e64bb67519295e5c80148b3 Mon Sep 17 00:00:00 2001
From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com>
Date: Thu, 18 Apr 2024 10:11:11 +0100
Subject: [PATCH 3/5] Update
website/docs/docs/cloud/git/import-a-project-by-git-url.md
Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com>
---
website/docs/docs/cloud/git/import-a-project-by-git-url.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/docs/docs/cloud/git/import-a-project-by-git-url.md b/website/docs/docs/cloud/git/import-a-project-by-git-url.md
index 877bce13b33..82be9f81b44 100644
--- a/website/docs/docs/cloud/git/import-a-project-by-git-url.md
+++ b/website/docs/docs/cloud/git/import-a-project-by-git-url.md
@@ -56,7 +56,7 @@ If you use GitLab, you can import your repo directly using [dbt Cloud's GitLab A
## BitBucket
-You can import your BitBucket repository into dbt Cloud using a deploy key. To preserve account security, we recommend you use a service account to add the BitBucket deploy key and maintain the connection between your BitBucket repository and dbt Cloud. BitBucket attributes each repository commit and other actions to the actor's Bitbucket email address.
+You can import your BitBucket repository into dbt Cloud using a deploy key. To preserve account security, we recommend you use a service account to add the BitBucket deploy key and maintain the connection between your BitBucket repository and dbt Cloud. BitBucket attributes each repository commit and other git actions to the actor's Bitbucket email address.
To add a deploy key to a BitBucket account:
From a7e611c3cbac9edc44ab104b5d65b675a4ffc0f5 Mon Sep 17 00:00:00 2001
From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com>
Date: Thu, 18 Apr 2024 10:15:10 +0100
Subject: [PATCH 4/5] Update
website/docs/docs/cloud/git/import-a-project-by-git-url.md
---
website/docs/docs/cloud/git/import-a-project-by-git-url.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/website/docs/docs/cloud/git/import-a-project-by-git-url.md b/website/docs/docs/cloud/git/import-a-project-by-git-url.md
index 82be9f81b44..e7d2f754f50 100644
--- a/website/docs/docs/cloud/git/import-a-project-by-git-url.md
+++ b/website/docs/docs/cloud/git/import-a-project-by-git-url.md
@@ -56,7 +56,9 @@ If you use GitLab, you can import your repo directly using [dbt Cloud's GitLab A
## BitBucket
-You can import your BitBucket repository into dbt Cloud using a deploy key. To preserve account security, we recommend you use a service account to add the BitBucket deploy key and maintain the connection between your BitBucket repository and dbt Cloud. BitBucket attributes each repository commit and other git actions to the actor's Bitbucket email address.
+Use a deploy key to import your BitBucket repository into dbt Cloud. To preserve account security, use a service account to add the BitBucket deploy key and maintain the connection between your BitBucket repository and dbt Cloud.
+
+BitBucket links every repository commit and other Git action (such as opening a pull request) to the email associated with the user's Bitbucket account.
To add a deploy key to a BitBucket account:
From 298ed4abc4f45d1c93a52c269e42f9fc1249818c Mon Sep 17 00:00:00 2001
From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com>
Date: Thu, 18 Apr 2024 10:16:05 +0100
Subject: [PATCH 5/5] Update
website/docs/docs/cloud/git/import-a-project-by-git-url.md
---
website/docs/docs/cloud/git/import-a-project-by-git-url.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/docs/docs/cloud/git/import-a-project-by-git-url.md b/website/docs/docs/cloud/git/import-a-project-by-git-url.md
index e7d2f754f50..8fb094fd5a3 100644
--- a/website/docs/docs/cloud/git/import-a-project-by-git-url.md
+++ b/website/docs/docs/cloud/git/import-a-project-by-git-url.md
@@ -58,7 +58,7 @@ If you use GitLab, you can import your repo directly using [dbt Cloud's GitLab A
Use a deploy key to import your BitBucket repository into dbt Cloud. To preserve account security, use a service account to add the BitBucket deploy key and maintain the connection between your BitBucket repository and dbt Cloud.
-BitBucket links every repository commit and other Git action (such as opening a pull request) to the email associated with the user's Bitbucket account.
+BitBucket links every repository commit and other Git actions (such as opening a pull request) to the email associated with the user's Bitbucket account.
To add a deploy key to a BitBucket account: