Warehouses
Last updated
Was this helpful?
Last updated
Was this helpful?
GET /v1/warehouses HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"paging": {
"next": {
"after": "text"
}
},
"data": [
{
"id": "text",
"name": "text",
"is_managed": true,
"is_bi_enabled": true,
"is_data_loading_enabled": true,
"is_persistence_engine_enabled": true,
"warehouse_type": "BIGQUERY"
}
]
}
GET /v1/warehouses/{warehouseId} HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"id": "text",
"name": "text",
"is_managed": true,
"is_bi_enabled": true,
"is_data_loading_enabled": true,
"is_persistence_engine_enabled": true,
"warehouse_type": "BIGQUERY"
}