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

project

string

Required. Name of GBQ project

dataset

string

Required. Name of GBQ dataset

table

string

Required. Name of GBQ table

method

string

Last updated