Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

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.

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

References