Skip to content

Commit dc92295

Browse files
forstisabellamarkzegarelli
and
markzegarelli
authored
Apply suggestions from code review
Co-authored-by: markzegarelli <[email protected]>
1 parent 27dbccc commit dc92295

File tree

1 file changed

+7
-4
lines changed
  • src/connections/storage/catalog/bigquery

1 file changed

+7
-4
lines changed

src/connections/storage/catalog/bigquery/index.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ loaded into one of the most powerful and cost-effective data warehouses today.
1818

1919
## Getting Started
2020

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).
2225

2326
### Create a Project and Enable BigQuery
2427

@@ -29,7 +32,7 @@ In order store your Segment data in BigQuery, you must [enable BigQuery for your
2932
Once you've done so, you should see BigQuery in the "Resources" section of Cloud Platform.
3033
- **Note:** make sure [billing is enabled](https://support.google.com/cloud/answer/6293499#enable-billing) on your project,
3134
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.
3336

3437
### Create a Service Account for Segment
3538

@@ -54,7 +57,7 @@ The downloaded file will be used to create your warehouse in the next section.
5457
5. Copy the contents of the credentials (the JSON key) into the **Credentials** field <br/>
5558
**Optional:** Enter a [region code](https://cloud.google.com/compute/docs/regions-zones/) in the **Location** field (the default will be "US")
5659
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**,
5861
a warehouse will be created and your first sync should begin shortly
5962

6063
### Schema
@@ -113,7 +116,7 @@ In addition, any attempts to update warehouse connection settings will also
113116
require these credentials. This effectively deprecates the shared Service
114117
Account.
115118

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
117120
the instructions in the "Create a Service Account for Segment" section above.
118121
Then, head to your warehouse's connection settings and update with the
119122
**Credentials** you created.

0 commit comments

Comments
 (0)