From a850c154920ebc5f61d94cdd893d74d266eeb4ab Mon Sep 17 00:00:00 2001 From: Sid Lais Date: Wed, 25 Sep 2024 17:32:57 +0530 Subject: [PATCH] GCP how-to-guide BigQuery Video --- how-to-guides/cloud-services/gcp/connecting-to-bigquery.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/how-to-guides/cloud-services/gcp/connecting-to-bigquery.md b/how-to-guides/cloud-services/gcp/connecting-to-bigquery.md index 28ff07d..3c6db54 100644 --- a/how-to-guides/cloud-services/gcp/connecting-to-bigquery.md +++ b/how-to-guides/cloud-services/gcp/connecting-to-bigquery.md @@ -1,10 +1,13 @@ --- title: BigQuery +description: Learn how to connect to GCP BigQuery privately from a DevBox. --- # BigQuery Connecting to GCP BigQuery Service from your DevBox. +If you're more of a visual learner, check out the [video tutorial](#video-walkthrough)! + ## Architecture Diagram ![GCP BigQuery Architecture](../../../.gitbook/assets/gcp-bigquery-architecture.png) @@ -78,3 +81,7 @@ python3 .py If the connection is successful, you should see **"Connected"** printed in the terminal output. ![GCP BigQuery Connection](../../../.gitbook/assets/gcp-bigquery-connection.png) + +## Video Walkthrough + +{% embed url="https://devzero.b-cdn.net/GCP%20how%20to%20guide%20BigQuery.mp4" %}