From the course: Learning BigQuery
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Reading JSON data into a BigQuery table - BigQuery Tutorial
From the course: Learning BigQuery
Reading JSON data into a BigQuery table
- [Instructor] We will now quickly explore how data can be loaded into BigQuery from a JSON file which is residing on Google Cloud Storage. For this demo, we continue using the loony_university data set, and here, we choose to create a new table. The source, in this case, will be the Google Cloud Storage. And, at this point, I presume you already have a GCS bucket set up since once this selection is made we will need to navigate to it when we hit Browse. In my project, there is just one GCS bucket called loony-bucket, and inside of this, I have already uploaded a JSON file called a laptops_info. I'll just make the selection here, and keep in mind that this file is also part of the course materials. Alternatively, it can be downloaded from this location. Once we make the selection, the file format has automatically been set to JSON. We move on then and set a name for this table. I'll just call this laptops_info. This can be set…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
Configuring the GCP3m 33s
-
(Locked)
Creating a BigQuery dataset5m 16s
-
(Locked)
Defining a BigQuery table from the UI4m 45s
-
(Locked)
Querying a simple BigQuery table4m 56s
-
(Locked)
Uploading data to create a BigQuery table3m 56s
-
(Locked)
Querying data and viewing statistics of queries3m 31s
-
(Locked)
Reading JSON data into a BigQuery table2m 28s
-
(Locked)
Creating a table from a query result4m 22s
-
(Locked)
Creating a table from a filter2m 27s
-
-
-
-
-