Cancels dbt transformation
Launches asynchronous dbt transformation cancellation process.
Request schema
Path parameters
transformationId
stringrequired
The unique identifier for the dbt Transformation within the Fivetran system.
example:
Header parameters
Authorization
stringrequired
HTTP: basicAuth
HTTP AuthorizationScheme: basic
Accept
string
default:
example:
Http + 1.1
POST
https://api.fivetran.com/v1/dbt/transformations/transformation_id/cancel
POST /v1/dbt/transformations/transformation_id/cancel HTTP/1.1
Accept: application/json
Authorization: Basic REPLACE_BASIC_AUTH
Host: api.fivetran.com
Responses
200
Successful response
Successful response schema
code
stringrequired
Response status code
example:
message
stringrequired
Response status text
example:
{
"code": "Success",
"message": "Operation performed."
}