GBQ Request data

Request Body for Google BigQuery

Currently supported values for "method" are listed here

{
   "type":string,
   "id_attribute": string,
   "payload": {
       "project":string,
       "dataset":string,
       "table":string,
       "method":string
   }
}

type

string

Required. "BIGQUERY"

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