Comment on page
GBQ Request data
{
"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 modified 1yr ago