GBQ Request data
Last updated
Currently supported values for "method" are listed here
{
"type":string,
"id_attribute": string,
"payload": {
"project":string,
"dataset":string,
"table":string,
"method":string
}
}
id_attribute
string
Optional. Name of the column in data that represents the identifier of the row. Read more here
project
string
Required. Name of GBQ project
dataset
string
Required. Name of GBQ dataset
table
string
Required. Name of GBQ table
method
string
Required. Supported types are described here
Last updated