Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on BigQuery

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Loading data into BigQuery

BigQuery Reference

Introduction to SQL in BigQuery

Data Types

Questions

  1. Can you set Vim keybindings for editors?

  2. how to connect to a BigQuery database?

Authentication

  1. On GCP products with the right access scope, no authentication is required.

  2. In a local development environment, the best way is to install Google Cloud SDK CLI and use it to authenticate.

References

Comments