Data
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
POST | |
GET | |
GET | |
GET |
Create data warehouse reset password
Reset the root password for the managed warehouse.
Required API key scopes
warehouse_view:writeResponse
Example request
POST /api /projects /:project_id /data_warehouse /reset-passwordExample response
Status 200
RESPONSE
Retrieve data warehouse running activity
Returns currently running activities (jobs with status 'Running'). Supports pagination and cutoff time filtering.
Example request
GET /api /projects /:project_id /data_warehouse /running_activityExample response
Status 200 No response body
Retrieve data warehouse total rows stats
Returns aggregated statistics for the data warehouse total rows processed within the current billing period. Used by the frontend data warehouse scene to display usage information.
Example request
GET /api /projects /:project_id /data_warehouse /total_rows_statsExample response
Status 200 No response body
Retrieve data warehouse warehouse status
Get the current provisioning status of the managed warehouse.
Response
Example request
GET /api /projects /:project_id /data_warehouse /warehouse_statusExample response
Status 200
RESPONSE