> For the complete documentation index, see [llms.txt](https://docs.telm.ai/telmai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.telm.ai/telmai/upload-data-api/gbq-request-data.md).

# GBQ Request data

### Request Body for Google BigQuery

Currently supported values for "method" are listed [here](broken://pages/Ci8FtIcivFVcaIookMen#google-bigquery-upload)

```
{
   "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](broken://pages/-MkctvuxvvtTvQH_pk0j) |
| 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](broken://pages/Ci8FtIcivFVcaIookMen#attribute-method)                                  |
