Newer Version Available

This content describes an older version of this product. View Latest

Dataflow Resource

Returns a dataflow. Reverts a dataflow to a previous version.
Resource URL
1/wave/dataflows/<dataflowId>
Formats
JSON
Available Version
37.0
HTTP Methods
GET PATCH (50.0) PUT
Run a Dataflow
To schedule a dataflow, use the Dataflow Jobs Resource API. For examples of how to start and stop dataflows, see Start and Stop a Dataflow Job or Recipe.
Schedule a Dataflow
To schedule a dataflow, use the Schedule Resource API. For examples of how to schedule dataflows, see Schedule Dataflows, Recipes, and Data Syncs.
Request parameters for GET
Parameter Name Type Description Required or Optional Available Version
historyId String Use the history ID to request a specific dataflow version. Optional 42.0
Response body for GET, PATCH, and PUT
Dataflow
Request body for PATCH
Dataflow Input
Request body for PUT
Use the PUT API request to revert to a previous historical version. Asset Revert History Input
The following JSON shows the revert request for a dataflow version.
1{
2  "historyId" : "0RmS7000000xxxxxxx"
3}