Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

bigrquery (version 0.4.0)

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