Newer Version Available

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

Replicated Dataset Resource

Returns, updates, and deletes replicated datasets, also know as connected objects. A data sync loads source object data as a connected object in Analytics. Connected objects can’t be visualized directly, but are used like a cache to speed up other jobs that pull from the source object and load it into a dataset.
Resource URL
1/wave/replicatedDatasets/<id>
Formats
JSON
Available Version
37.0
HTTP Methods
DELETE GET PATCH
Available Components
Response body for GET and PATCH
Replicated Dataset
Request body for PATCH
Replicated Dataset Input

The following JSON shows how to update an existing connected object by adding a pass through filter and setting the connection mode to Full.

1{
2  "passThroughFilter": "(FiscalQuarter = 2 OR FiscalQuarter = 3) AND Amount > 1000 AND 
3    Amount <= 20000",
4  "connectionMode": "Full"
5}