Persistence Engine

post
Authorizations
Path parameters
warehouseIdstringRequired
Body
objectOptional
Responses
200Success
application/json
post
POST /v1/warehouses/{warehouseId}/persistence-engine/run HTTP/1.1
Host: 
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 2

{}
200Success
{
  "id": "text",
  "name": "text",
  "is_managed": true,
  "is_bi_enabled": true,
  "is_data_loading_enabled": true,
  "is_persistence_engine_enabled": true,
  "warehouse_type": "BIGQUERY"
}

Last updated

Was this helpful?