Google BigQuery integration (Data, Developer Tools). Imported from open-connector.
https://bigquery.googleapis.com/bigquery/v2/projects/{projectId}/queries
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The Google Cloud project ID that owns the BigQuery resource. |
| query | string | required | The GoogleSQL query text to execute. |
| location | string | optional | The BigQuery job location, such as US or europe-west1. |
| maxResults | integer | optional | The maximum number of results to return. |
| dryRun | boolean | optional | Whether BigQuery should validate the query without running it. |
| useLegacySql | boolean | optional | Whether to use legacy SQL instead of GoogleSQL. |
| timeoutMs | integer | optional | How long BigQuery should wait for the query to complete, in milliseconds. |
| parameterMode | string | optional | The BigQuery parameter mode. |
| queryParameters | array | optional | The query parameters for parameterized SQL. |
/projects/{projectId}/jobs/{jobId}/cancel
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The Google Cloud project ID that owns the BigQuery resource. |
| jobId | string | required | The BigQuery job ID. |
| location | string | optional | The BigQuery job location, such as US or europe-west1. |
/projects/{projectId}/jobs
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The Google Cloud project ID that owns the BigQuery resource. |
| query | string | required | The GoogleSQL query text to execute. |
| location | string | optional | The BigQuery job location, such as US or europe-west1. |
| jobId | string | optional | The optional client-provided BigQuery job ID. |
| dryRun | boolean | optional | Whether BigQuery should validate the query without running it. |
| useLegacySql | boolean | optional | Whether to use legacy SQL instead of GoogleSQL. |
| destinationTable | object | optional | The raw BigQuery object returned by the API. |
| defaultDataset | object | optional | The raw BigQuery object returned by the API. |
| writeDisposition | string | optional | — |
| createDisposition | string | optional | — |
| priority | string | optional | — |
| maximumBytesBilled | string | optional | — |
| parameterMode | string | optional | — |
| queryParameters | array | optional | — |
| labels | object | optional | A BigQuery labels map. |
/projects/{projectId}/jobs
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The Google Cloud project ID that owns the BigQuery resource. |
| sourceUris | array | required | — |
| destinationTable | object | required | A BigQuery table reference. |
| location | string | optional | The BigQuery job location, such as US or europe-west1. |
| jobId | string | optional | The BigQuery job ID. |
| sourceFormat | string | optional | — |
| schema | object | optional | The raw BigQuery object returned by the API. |
| writeDisposition | string | optional | — |
| createDisposition | string | optional | — |
| skipLeadingRows | integer | optional | — |
| fieldDelimiter | string | optional | — |
| allowQuotedNewlines | boolean | optional | — |
| allowJaggedRows | boolean | optional | — |
| ignoreUnknownValues | boolean | optional | — |
| maxBadRecords | integer | optional | — |
| autodetect | boolean | optional | — |
| nullMarker | string | optional | — |
| encoding | string | optional | — |
| timePartitioning | object | optional | The raw BigQuery object returned by the API. |
| rangePartitioning | object | optional | The raw BigQuery object returned by the API. |
| clustering | object | optional | The raw BigQuery object returned by the API. |
| labels | object | optional | A BigQuery labels map. |
/projects/{projectId}/jobs
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The Google Cloud project ID that owns the BigQuery resource. |
| sourceTable | object | required | A BigQuery table reference. |
| destinationUris | array | required | — |
| location | string | optional | The BigQuery job location, such as US or europe-west1. |
| jobId | string | optional | The BigQuery job ID. |
| destinationFormat | string | optional | — |
| compression | string | optional | — |
| fieldDelimiter | string | optional | — |
| printHeader | boolean | optional | — |
| useAvroLogicalTypes | boolean | optional | — |
| labels | object | optional | A BigQuery labels map. |
/projects/{projectId}/datasets
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The Google Cloud project ID that owns the BigQuery resource. |
| datasetId | string | required | The BigQuery dataset ID. |
| location | string | optional | The BigQuery job location, such as US or europe-west1. |
| friendlyName | string | optional | — |
| description | string | optional | — |
| labels | object | optional | A BigQuery labels map. |
| defaultTableExpirationMs | string | optional | — |
| defaultPartitionExpirationMs | string | optional | — |
| updateMode | string | optional | — |
/projects/{projectId}/datasets/{datasetId}
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The Google Cloud project ID that owns the BigQuery resource. |
| datasetId | string | required | The BigQuery dataset ID. |
| location | string | optional | The BigQuery job location, such as US or europe-west1. |
| friendlyName | string | optional | — |
| description | string | optional | — |
| labels | object | optional | A BigQuery labels map. |
| defaultTableExpirationMs | string | optional | — |
| defaultPartitionExpirationMs | string | optional | — |
| updateMode | string | optional | — |
/projects/{projectId}/datasets/{datasetId}
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The Google Cloud project ID that owns the BigQuery resource. |
| datasetId | string | required | The BigQuery dataset ID. |
| location | string | optional | The BigQuery job location, such as US or europe-west1. |
| friendlyName | string | optional | — |
| description | string | optional | — |
| labels | object | optional | A BigQuery labels map. |
| defaultTableExpirationMs | string | optional | — |
| defaultPartitionExpirationMs | string | optional | — |
| updateMode | string | optional | — |
/projects/{projectId}/datasets/{datasetId}
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The Google Cloud project ID that owns the BigQuery resource. |
| datasetId | string | required | The BigQuery dataset ID. |
| deleteContents | boolean | optional | Whether to delete all tables in the dataset. |
/projects/{projectId}/datasets/{datasetId}/tables
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The Google Cloud project ID that owns the BigQuery resource. |
| datasetId | string | required | The BigQuery dataset ID. |
| tableId | string | required | The BigQuery table ID. |
| schema | object | optional | The raw BigQuery object returned by the API. |
| friendlyName | string | optional | — |
| description | string | optional | — |
| labels | object | optional | A BigQuery labels map. |
| timePartitioning | object | optional | The raw BigQuery object returned by the API. |
| rangePartitioning | object | optional | The raw BigQuery object returned by the API. |
| clustering | object | optional | The raw BigQuery object returned by the API. |
| view | object | optional | The raw BigQuery object returned by the API. |
| materializedView | object | optional | The raw BigQuery object returned by the API. |
| externalDataConfiguration | object | optional | The raw BigQuery object returned by the API. |
| encryptionConfiguration | object | optional | The raw BigQuery object returned by the API. |
/projects/{projectId}/datasets/{datasetId}/tables/{tableId}
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The Google Cloud project ID that owns the BigQuery resource. |
| datasetId | string | required | The BigQuery dataset ID. |
| tableId | string | required | The BigQuery table ID. |
| schema | object | optional | The raw BigQuery object returned by the API. |
| friendlyName | string | optional | — |
| description | string | optional | — |
| labels | object | optional | A BigQuery labels map. |
| timePartitioning | object | optional | The raw BigQuery object returned by the API. |
| rangePartitioning | object | optional | The raw BigQuery object returned by the API. |
| clustering | object | optional | The raw BigQuery object returned by the API. |
| view | object | optional | The raw BigQuery object returned by the API. |
| materializedView | object | optional | The raw BigQuery object returned by the API. |
| externalDataConfiguration | object | optional | The raw BigQuery object returned by the API. |
| encryptionConfiguration | object | optional | The raw BigQuery object returned by the API. |
/projects/{projectId}/datasets/{datasetId}/tables/{tableId}
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The Google Cloud project ID that owns the BigQuery resource. |
| datasetId | string | required | The BigQuery dataset ID. |
| tableId | string | required | The BigQuery table ID. |
| schema | object | optional | The raw BigQuery object returned by the API. |
| friendlyName | string | optional | — |
| description | string | optional | — |
| labels | object | optional | A BigQuery labels map. |
| timePartitioning | object | optional | The raw BigQuery object returned by the API. |
| rangePartitioning | object | optional | The raw BigQuery object returned by the API. |
| clustering | object | optional | The raw BigQuery object returned by the API. |
| view | object | optional | The raw BigQuery object returned by the API. |
| materializedView | object | optional | The raw BigQuery object returned by the API. |
| externalDataConfiguration | object | optional | The raw BigQuery object returned by the API. |
| encryptionConfiguration | object | optional | The raw BigQuery object returned by the API. |
/projects/{projectId}/datasets/{datasetId}/tables/{tableId}
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The Google Cloud project ID that owns the BigQuery resource. |
| datasetId | string | required | The BigQuery dataset ID. |
| tableId | string | required | The BigQuery table ID. |
/projects/{projectId}/datasets/{datasetId}/tables/{tableId}/insertAll
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The Google Cloud project ID that owns the BigQuery resource. |
| datasetId | string | required | The BigQuery dataset ID. |
| tableId | string | required | The BigQuery table ID. |
| rows | array | required | — |
| skipInvalidRows | boolean | optional | — |
| ignoreUnknownValues | boolean | optional | — |
| templateSuffix | string | optional | — |
/projects/{projectId}/datasets/{datasetId}/routines
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The Google Cloud project ID that owns the BigQuery resource. |
| datasetId | string | required | The BigQuery dataset ID. |
| routineId | string | required | — |
| routineType | string | required | — |
| language | string | optional | — |
| definitionBody | string | required | — |
| description | string | optional | — |
| arguments | array | optional | — |
| returnType | object | optional | The raw BigQuery object returned by the API. |
| importedLibraries | array | optional | — |
| determinismLevel | string | optional | — |
/projects/{projectId}/datasets/{datasetId}/routines/{routineId}
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The Google Cloud project ID that owns the BigQuery resource. |
| datasetId | string | required | The BigQuery dataset ID. |
| routineId | string | required | — |
| routineType | string | required | — |
| language | string | optional | — |
| definitionBody | string | required | — |
| description | string | optional | — |
| arguments | array | optional | — |
| returnType | object | optional | The raw BigQuery object returned by the API. |
| importedLibraries | array | optional | — |
| determinismLevel | string | optional | — |
/projects/{projectId}/datasets/{datasetId}/routines/{routineId}
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The Google Cloud project ID that owns the BigQuery resource. |
| datasetId | string | required | The BigQuery dataset ID. |
| routineId | string | required | — |
/projects/{projectId}/datasets/{datasetId}/models/{modelId}
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The Google Cloud project ID that owns the BigQuery resource. |
| datasetId | string | required | The BigQuery dataset ID. |
| modelId | string | required | — |
| friendlyName | string | optional | — |
| description | string | optional | — |
| labels | object | optional | A BigQuery labels map. |
/projects/{projectId}/datasets/{datasetId}/models/{modelId}
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The Google Cloud project ID that owns the BigQuery resource. |
| datasetId | string | required | The BigQuery dataset ID. |
| modelId | string | required | — |