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 Tableau CRM. 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
GET Response Body (ReplicatedDatasetRepresentation)

ReplicatedDatasetRepresentation inherits properties from the abstract BaseWaveAssetRepresentation. These base properties appear alongside ReplicatedDatasetRepresentation specific properties in the following table.

Property Name Type Description Filter Group and Version Available Version
advanced​Properties Advanced​​Property​​Value​​Representation The advanced properties associated with this connected object. Small, v44.0 44.0
connection​Mode Connect​Wave​Connection​Mode​Enum The connection mode for data sync. For faster extracts, use Incremental or PeriodicFull. Valid values are:
  • Full
  • Incremental
  • PeriodicFull
Small, 46.0 46.0
connector Data​Connector​Representation Tableau CRM connector information associated with this connected object Small, 37.0 37.0
datasetId String The ID of the connected object. Small, 38.0 38.0
field​Count Integer The number of columns in the connected object. Small, 38.0 38.0
fields​Url String URL to get the fields associated with the connected object. Small, 37.0 37.0
filter​Applied Boolean Indicates whether filters have been applied to this connected object (true) or not (false). Small, 38.0 38.0
incremental​On Boolean Indicates whether this connected object is incrementally synced true) or not (false). Small, 38.0 38.0-45.0
last​Refreshed​Date Date The date when this connected object was last synced. Small, 38.0 38.0
output​Source Output​Source​Representation The output source, either a recipe or a connection, configured for this connected object. Small, 50.0 50.0
pass​Through​Filter String The pass through filter string for this connected object. Small, 38.0 38.0
replication​Dataflow​Id String The data sync job ID used to populate this connected object. Small, 41.0 41.0
row​Level​Sharing String Inherit row level sharing rules for this connected object. Small, 44.0 44.0
source​Object​Name String The name of the source object to sync. Small, 37.0 37.0
status Replicated​Dataflow​Status​Enum The status of the connected object. Valid values are:
  • Cancelled
  • Checkpoint
  • Dequeued
  • Enqueued
  • Failure
  • Initiated
  • New
  • Serviced
  • Stale
  • Success
  • Warnings
Small, 38.0 38.0
supported​Connection​Modes Connect​Wave​Connection​Mode​Enum[] List of supported connection modes for this dataset. Valid values are:
  • Full
  • Incremental
  • PeriodicFull
Small, 46.0 46.0
PATCH Request Body (ReplicatedDatasetInputRepresentation)
Property Name Type Description Required or Optional Available Version
advanced​Properties Advanced​​Property​​Value​​Representation The user-specified advanced properties associated with this connected object. Optional 44.0
connection​Mode Connect​Wave​Connection​Mode​Enum The connection mode for data sync. For faster extracts, use Incremental or PeriodicFull. Valid values are:
  • Full
  • Incremental
  • PeriodicFull
Optional 46.0
connector​Id String The id of the Tableau CRM connector used to sync this connected object. Required 39.0
full​Refresh Boolean Indicates whether to perform a one-time full refresh during the next run (true) as opposed to an incremental refresh. (false) Optional 41.0
pass​Through​Filter String The pass through filter for the connected object Optional 38.0
source​Object​Name String The name of the source object to be synced. Required 37.0

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}
PATCH Response Body (ReplicatedDatasetRepresentation)
Property Name Type Description Filter Group and Version Available Version
advanced​Properties Advanced​​Property​​Value​​Representation The advanced properties associated with this connected object. Small, v44.0 44.0
connection​Mode Connect​Wave​Connection​Mode​Enum The connection mode for data sync. For faster extracts, use Incremental or PeriodicFull. Valid values are:
  • Full
  • Incremental
  • PeriodicFull
Small, 46.0 46.0
connector Data​Connector​Representation Tableau CRM connector information associated with this connected object Small, 37.0 37.0
datasetId String The ID of the connected object. Small, 38.0 38.0
field​Count Integer The number of columns in the connected object. Small, 38.0 38.0
fields​Url String URL to get the fields associated with the connected object. Small, 37.0 37.0
filter​Applied Boolean Indicates whether filters have been applied to this connected object (true) or not (false). Small, 38.0 38.0
incremental​On Boolean Indicates whether this connected object is incrementally synced true) or not (false). Small, 38.0 38.0-45.0
last​Refreshed​Date Date The date when this connected object was last synced. Small, 38.0 38.0
output​Source Output​Source​Representation The output source, either a recipe or a connection, configured for this connected object. Small, 50.0 50.0
pass​Through​Filter String The pass through filter string for this connected object. Small, 38.0 38.0
replication​Dataflow​Id String The data sync job ID used to populate this connected object. Small, 41.0 41.0
row​Level​Sharing String Inherit row level sharing rules for this connected object. Small, 44.0 44.0
source​Object​Name String The name of the source object to sync. Small, 37.0 37.0
status Replicated​Dataflow​Status​Enum The status of the connected object. Valid values are:
  • Cancelled
  • Checkpoint
  • Dequeued
  • Enqueued
  • Failure
  • Initiated
  • New
  • Serviced
  • Stale
  • Success
  • Warnings
Small, 38.0 38.0
supported​Connection​Modes Connect​Wave​Connection​Mode​Enum[] List of supported connection modes for this dataset. Valid values are:
  • Full
  • Incremental
  • PeriodicFull
Small, 46.0 46.0