You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/storage/catalog/bigquery/index.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,16 @@ Account.
117
117
To stay ahead of this change, migrate your warehouse by following
118
118
the instructions in the "Create a Service Account for Segment" section above.
119
119
Then, head to your warehouse's connection settings and update with the
120
-
**Credentials** you created.
120
+
**Credentials** you created. Once you've verified that data is loading properly to your warehouse, [remove access to the shared Service Account](#remove-access-to-the-shared-service-account).
121
+
122
+
### Remove access to the shared Service Account
123
+
After you've [created a new Service Account for Segment](#create-a-service-account-for-segment) and verified that the data is loading properly, remove access to the shared Service Account (`connector@segment-1119.iam.gserviceaccount.com`) using the following instructions:
124
+
125
+
1. Sign in to the [Google Developers Console](https://console.developers.google.com).
126
+
2. Open the IAM & Admin product, and select **IAM**.
127
+
3. From the list of projects, select the project that BigQuery is enabled for.
128
+
4. On the project's page, select the **Permissions** tab, and then select **view by PRINCIPALS**.
129
+
5. Select the checkbox for the `connector@segment-1119.iam.gserviceaccount.com`account and then click **Remove** to remove access to this shared Service Account.
0 commit comments