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/reverse-etl/reverse-etl-source-setup-guides/bigquery-setup.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,14 +69,14 @@ You can find the location of your BigQuery resources using the following method:
69
69
2. When your service account pulls up, click the 3 dots under **Actions** and select **Manage keys**.
70
70
3. Click **Add Key > Create new key**.
71
71
4. In the pop-up window, select **JSON** for the key type and click **Create**. The file will be downloaded.
72
-
5. Copy all the content within the **JSON** file created and downloaded in previous section.
73
-
6. Navigate to the Segment UI and paste all the credentials you copied from previous step into the **Enter your credentials** section.
74
-
7. Enter your **Data Location**. The data location can be found by:
75
-
- In the BigQuery console navigate to your dataset: In the explorer panel on the left, expand the project and dataset to view the tables.
76
-
- Click on the name of the dataset, and it will open a page showing its details.
77
-
- The Location of the dataset (like US or EU) is displayed in the Dataset Info.
78
-
8. Click **Test Connection** to test to see if the connection works. If the connection fails, make sure you have the right permissions and credentials and try again.
79
-
9. Click **Add source** if the test connection is successful.
72
+
5. Copy all the content in the JSON file you created in the previous step.
73
+
6. Open the Segment app and navigate to **Connections > Sources**.
74
+
7. On the My sources page, click **+ Add source**.
75
+
8. Search for "BigQuery" and select the BigQuery source from the sources catalog. On the BigQuery overview page, click **Add Source**.
76
+
9. On the Set up BigQuery page, enter a name for your source and paste all the credentials you copied from previous step into the **Enter your credentials** section.
77
+
10. Enter the location of your BigQuery warehouse in the **Data Location** field.
78
+
11. Click **Test Connection** to test to see if the connection works. If the connection fails, make sure you have the right permissions and credentials and try again.
79
+
12. If the test connection completes successfully, click **Add source** to complete the setup process.
80
80
81
81
After you've added BigQuery as a source, you can [add a model](/docs/connections/reverse-etl/setup/#step-2-add-a-model) and follow the rest of the steps in the Reverse ETL setup guide.
0 commit comments