Datasets

Refresh Dataset

Trigger an on-demand refresh for an accelerated dataset.

This endpoint triggers an on-demand refresh for an accelerated dataset. The refresh only applies to full and append refresh modes (not changes mode).

post/v1/datasets/{name}/acceleration/refresh

Path parameters

namestring required

The name of the dataset to refresh.

Request body

refresh_sqlstring nullable

SQL statement used for the refresh. Defaults to the refresh_sql specified in the spicepod.

Response

Dataset refresh triggered successfully

messagestring required

The message describing the result of the request

Changes