insert_table: Insert empty table
Description
Insert empty table
Usage
insert_table(project, dataset, table, ...)
Arguments
project
The project name, a string
dataset
The name of the dataset to create, a string
...
Additional arguments merged into the body of the
request. snake_case
will automatically be converted into
camelCase
so you can use consistent argument names.