Warehouses
GET/v1/warehouses
Authorization
Query parameters
Response
Body
paging*PagingInfo (object)
dataarray of WarehouseDto (object)
Request
Response
GET/v1/warehouses/{warehouseId}
Authorization
Path parameters
warehouseId*string
Response
Body
id*string
Unique ID
name*string
Name of Warehouse
is_managed*boolean
If true, it means that this Warehouse is provided by Whaly, so access is limited.
is_bi_enabled*boolean
If true, it means that BI is enabled on this Warehouse.
is_data_loading_enabled*boolean
If true, it means that Connectors are enabled on this Warehouse.
is_persistence_engine_enabled*boolean
If true, it means that Persistence Engine is enabled on this Warehouse.
warehouse_type*enum
Type of the Warehouse
BIGQUERYSNOWFLAKEPOSTGRESREDSHIFTUNKNOWN
Request
Response
Last updated