In the Cloud Console, open the BigQuery page.
In the Explorer panel, expand your project and select a dataset.
Expand the Actions option and click Open.
In the details panel, click Create table .
On the Create table page, in the Source section, select Empty table.
On the Create table page, in the Destination section:
For Dataset name, choose the appropriate dataset.
In the Table name field, enter the name of the table you're creating in BigQuery.
Verify that Table type is set to Native table.
In the Schema section, enter the schema definition.
Enter schema information manually by:
Enabling Edit as text and entering the table schema as a JSON array.
Using Add field to manually input the schema.
For Partition and cluster settings leave the default value —
No partitioning
.In the Advanced options section, for Encryption leave the default value:
Google-managed key
. By default, BigQuery encrypts customer content stored at rest.Click Create table.
0 Comments