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
1. Create a [new Service Account for Segment](#create-a-service-account-for-segment) using the linked instructions.
127
+
2. Verify that the data is loading into your warehouse.
128
+
3. Sign in to the [Google Developers Console](https://console.developers.google.com).
129
+
4. Open the IAM & Admin product, and select **IAM**.
130
+
5. From the list of projects, select the project that has BigQuery enabled.
131
+
6. On the project's page, select the **Permissions** tab, and then click **view by PRINCIPALS**.
132
+
7. Select the checkbox for the `[email protected]` account and then click **Remove** to remove access to this shared Service Account.
133
+
134
+
For more information about managing IAM access, see Google's documentation, [Manage access to projects, folders, and organization](https://cloud.google.com/iam/docs/granting-changing-revoking-access).
121
135
122
136
123
137
## Best Practices
@@ -211,4 +225,4 @@ a need for streaming data into BigQuery, [contact Segment support](https://segme
211
225
### I'm seeing duplicates in my tables.
212
226
213
227
This behavior is expected. Segment only de-duplicates data in your views. See the
0 commit comments