Skip to main content
 print this page

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

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
    Access-Control-Allow-Origin
    Access-Control-Allow-Methods
    Access-Control-Allow-Headers