CancelJob
Cancels a running BigQuery job.
Input
Name | Type | Description |
JobId | String | The Id of the job you wish to cancel. |
Region | String | The region where the job is executing. Not required if the job is a US or EU region. |
Result Set Columns
Name | Type | Description |
JobId | String | The JobId of the cancelled Job. |
Region | String | The region where the job was executing. |
Configuration_query_query | String | The query of the cancelled job. |
Configuration_query_destinationTable_tableId | String | The destination table tableId of the cancelled job. |
Configuration_query_destinationTable_projectId | String | The destination table projectId of the newly inserted job. |
Configuration_query_destinationTable_datasetId | String | The destination table datasetId of the newly inserted job. |
Status_State | String | Running state of the job. |
Status_errorResult_reason | String | A short error code that summarizes the error. |
Status_errorResult_message | String | A human-readable description of the error. |