Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GCP how-to-guide BigQuery Video #168

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions how-to-guides/cloud-services/gcp/connecting-to-bigquery.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -78,3 +81,7 @@ python3 <file-name>.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" %}
Loading