BigQueryApi (BigQuery APIs)
createTable
BigQueryApi.createTable(datasetName, tableName, schema)
or
BigQueryApi.createTable(datasetName, tableName, classAttrs)
or
BigQueryApi.createTable(datasetName, tableName,
csvSchema, classAttrs, mappings)datasetName: dataset name (string)
tableName: table name (string)
schema: schema object (string)
classAttrs: class attributes (List of dictionaries)
csvSchema: csv representation object (List of dictionaries)
mappings: mappings object (List of dictionaries)getBQDataSets
getBQTables
getTable
getTableFields
Parameters
Returns
executeQuery
getBigQueryIterator
insertRows
importCSVIntoTable
importCSVbyURIIntoTable
exportTableToCSV
exportTableToCSVByURI
exportTable
bigQueryToCSV
getpage
Parameters
Returns
createTableFromCSV
Parameters
Returns
importJSONbyURIIntoTable
Parameters
Returns
bigQueryToCSVWithScript
Parameters
Returns
Last updated