BigQuery Overview
+
+ The object returned from gcloud.bigquery
gives you complete access to and control of your BigQuery datasets. You can work with existing ones, by using the dataset
method, or create new ones with createDataset
.
+
+ Follow along with the examples below to see how to query your datasets, create tables, import data from your Cloud Storage buckets, and more. +
+