Update a datasource dataflow
PUT/datasources/:datasource_id/dataflows/:id
Updates an existing dataflow. The caller (identified by role_id) must have at least edit permission on the datasource (else AUTH-1012). Supports JDBC Bulkload, JDBC Advanced Load, SaaS, Streams, and ArcGIS. For JDBC Bulkload and Advanced Load, query action=update-dataflow is required. JDBC Bulkload also supports action=reload-tables. SaaS, Streams, and ArcGIS do not use the action query param.
Request
Responses
- 200
- 400
- 500
Update accepted. Typical messages: "Successfully triggered dataflow updation and is running in background" (JDBC Bulk/Advanced async; ArcGIS when new datasets are registered), "Successfully updated dataflow" (SaaS/Streams/ArcGIS sync), "Successfully triggered dataflow reload tables" (Bulk reload-tables).
Response Headers
Validation or authorization failure. Body is {"Message": " -
Response Headers
Backend failure. Body is {"Message": " -