GoogleCloudPlatform / bigquery-utils

Useful scripts, udfs, views, and other utilities for migration and data warehouse operations in BigQuery.
https://cloud.google.com/bigquery/
Apache License 2.0
1.07k stars 269 forks source link

Add Protobuf Export to BigQueryUtils/Tools #360

Closed ron-gal closed 1 year ago

ron-gal commented 1 year ago

In Order to support Protobuf export from BigQuery, a process has to be followed, as this is not supported by default. The process is defined for anyone wishing to export a protobuf column to use.

ron-gal commented 1 year ago

tutorial.md works perfectly now: cloudshell_open --repo_url "https://github.com/ron-gal/bigquery-utils" --page "editor" --tutorial "tools/protobuf_export/tutorial.md" --force_new_clone --git_branch protobuf

afleisc commented 1 year ago

Ron and I met to make the small changes

LGTM