Developer Portal
  • Introduction
  • API Endpoint
  • Authentication
  • Errors
  • Rate Limiting
  • Pagination
  • Request IDs
  • API reference
    • Partner portals
      • Users
    • User attributes
    • Roles
    • Warehouses
      • Persistence Engine
Powered by GitBook
On this page

Was this helpful?

  1. API reference
  2. Warehouses

Persistence Engine

PreviousWarehouses

Last updated 10 months ago

Was this helpful?

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"
}