- By default, the refresh runs on the
mediumengine. To boost performance, pass in a JSON body with{{"performance": "large"}}. Credits are consumed based on actual compute resources used for the refresh operation. - If you prefer
mediumperformance, you can omit theperformanceparameter. - You must own the materialized view to refresh it.
- After triggering the refresh, you can check the status by passing the returned
execution_idinto the Get Execution Status endpoint. - To find the name of a materialized view:
Headers
API Key for the service
Path Parameters
Matview Name
Query Parameters
API Key, alternative to using the HTTP header X-Dune-Api-Key
Body
*/*
MatviewsRefreshRequest
Performance level of the refresh
Available options: medium, large, defaults to medium