data task actions

Request dataset reload

Registers a request to reload the datasets associated with the specified data task. The reload does not occur immediately; it will take effect on the next scheduled or manual run of the task.

post/api/v1/di-projects/{projectId}/di-tasks/{dataTaskId}/actions/request-reload

Path parameters

dataTaskIdstring required

Identifier of the data task.

projectIdstring required

Identifier of the data project.

Request body

reloadStrategy'NONE' | 'TRUNCATE' | 'COMPARE_AND_APPLY'

Reload strategy (optional, applies to materialized SQL transformations and transformation flows tasks)

Response

Reload request registered.

successboolean required

Always true when the server successfully registers the request.

Changes

No recorded changes to this endpoint across all 1 revision of this API.