Newer Version Available
Dataflow Job Resources
Dataflow jobs are used to sync data for data prep recipes and standard dataflows.
- Available resources:
-
Resource Description Supported HTTP Method Resource URL Dataflow Jobs List Resource Returns a list of dataflow jobs and starts a new dataflow job. Includes standard dataflows and recipes. GET POST /wave/dataflowjobs Dataflow Job Resource Returns a dataflow job and stops a current dataflow job. Includes standard dataflows and recipes. GET PATCH /wave/dataflowjobs/<dataflowJobId> Dataflow Job Nodes List Resource Returns a collection of dataflow job nodes for a standard dataflow or a recipe. This request only works for dataflow jobs with ids starting with 030, 03C, or 0eP. If the dataflow job id starts with 030, the result is an empty collection. GET /wave/dataflowjobs/<dataflowJobId>/nodes Dataflow Job Nodes Resource Returns a dataflow job node for a standard dataflow or a recipe. This request only works for dataflow jobs with ids starting with 030, 03C, or 0eP. The node id must start with 03L. GET /wave/dataflowjobs/<dataflowJobId>/nodes<nodeId>