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