bigrquery (version 0.4.1)

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

table

name of the table

...

Additional arguments merged into the body of the request. snake_case will automatically be converted into camelCase so you can use consistent argument names.

See Also

API documentation: https://developers.google.com/bigquery/docs/reference/v2/tables/insert