Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Replicated Dataset Resources

Manage Analytics 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.
Available resources:
Resource Description Supported HTTP Method Resource URL
Replicated Datasets List Resource Returns a collection of replicated datasets, also know as connected objects. GET POST wave/replicatedDatasets
Replicated Dataset Resource Returns, updates, and deletes replicated datasets. GET PATCH DELETE /wave/replicatedDatasets/​<replicatedDatasetId>
Replicated Dataset Fields Resource Returns a collection of fields for the specified connected object. GET POST PATCH /wave/replicatedDatasets/​<replicatedDatasetId>​/fields