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
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ loaded into one of the most powerful and cost-effective data warehouses today.
21
21
To store your Segment data in BigQuery, complete the following steps:
22
22
-[Enable BigQuery for your Google Cloud project](#create-a-project-and-enable-bigquery)
23
23
-[Create a GCP service account for Segment to assume](#create-a-service-account-for-segment)
24
-
-[Create a warehouse in the Segment app](#create-the-warehouse-in-segment).
24
+
-[Create a warehouse in the Segment app](#create-the-warehouse-in-segment)
25
25
26
26
### Create a Project and Enable BigQuery
27
27
@@ -30,8 +30,7 @@ To store your Segment data in BigQuery, complete the following steps:
30
30
- If you don't have a project already, [create one](https://support.google.com/cloud/answer/6251787?hl=en&ref_topic=6158848).
31
31
- If you have an existing project, you will need to [enable the BigQuery API](https://cloud.google.com/bigquery/quickstart-web-ui).
32
32
Once you've done so, you should see BigQuery in the "Resources" section of Cloud Platform.
33
-
-**Note:** make sure [billing is enabled](https://support.google.com/cloud/answer/6293499#enable-billing) on your project,
34
-
or Segment will not be able to write into the cluster.
33
+
-**Note:** make sure [billing is enabled](https://support.google.com/cloud/answer/6293499#enable-billing) on your project, or Segment will not be able to write into the cluster.
35
34
3. Copy the project ID. You will need it when you create a warehouse source in the Segment app.
36
35
37
36
### Create a Service Account for Segment
@@ -57,8 +56,7 @@ The downloaded file will be used to create your warehouse in the next section.
57
56
5. Copy the contents of the credentials (the JSON key) into the **Credentials** field <br/>
58
57
**Optional:** Enter a [region code](https://cloud.google.com/compute/docs/regions-zones/) in the **Location** field (the default will be "US")
59
58
6. Click **Connect**
60
-
7. If Segment can connect with the provided **Project ID** and **Credentials**,
61
-
a warehouse will be created and your first sync should begin shortly
59
+
7. If Segment can connect with the provided **Project ID** and **Credentials**, a warehouse will be created and your first sync should begin shortly
62
60
63
61
### Schema
64
62
@@ -116,7 +114,7 @@ In addition, any attempts to update warehouse connection settings will also
116
114
require these credentials. This effectively deprecates the shared Service
117
115
Account.
118
116
119
-
To stay ahead of this change, migrate your warehouse by following
117
+
To stay ahead of this change, migrate your warehouse by following
120
118
the instructions in the "Create a Service Account for Segment" section above.
121
119
Then, head to your warehouse's connection settings and update with the
0 commit comments