v1

latestOpenAPI 3.1.02026-07-1730321418.0 KB
Datasets

Update Refresh SQL

Update the refresh SQL for a dataset's acceleration.

This endpoint allows for updating the refresh_sql parameter for a dataset's acceleration at runtime. The change is temporary and will revert to the spicepod.yml definition at the next runtime restart.

patch/v1/datasets/{name}/acceleration

Path parameters

namestring required

The name of the dataset to update.

Request body

refresh_sqlstring nullable

SQL statement used for the refresh. Defaults to current refresh_sql configured (either from the spicepod or a previous refresh_sql update).

Response

The refresh SQL was updated successfully.