Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This document explains the procedure to migrate existing SnapLogic pipelines that use the Professional Services (PS) version of the Reltio Snap Pack (Reltio Snap Connector) to the Product version.

...

NameParametersChange in the Product Version

Professional Services (PS)Product
Account

Connect with your Amazon S3 bucket to export data to S3

LabelLabel--

UsernameUsername--

PasswordPassword--

OAuth2 TokenOAuth URL--

API KeyAPI Key--

--S3 Access-key IDNew parameter

--S3 Secret keyNew parameter




Reltio Read (Object)

Max one document as output (vs. max two documents as output in the PS version)

LabelLabel

--


Tenant URLTenant URL--

Object Object--

Object TypesObject Types--

--Object IdNew parameter

Query ParametersQuery Parameters--

ExplodeGroupParameter name change

Maximum Request Attempts--Parameter removed

Retry Request IntervalRetry LimitParameter name change




Reltio Read (Crosswalk)

Max one document as output (vs. max two documents as output in the PS version)

LabelLabel--

Tenant URLTenant URL--

ObjectObject--

Batch sizeBatch size--

--Thread limitNew parameter

Query parametersQuery parameters--

ExplodeGroup--

Maximum request attempts--Parameter removed

Retry request intervalRetry limitParameter name change




Reltio Delete (Object)

--

LabelLabel--

Tenant URLTenant URL--

ObjectObject--

Object identifierObject Id--

--Bulk deleteNew parameter

Maximum request attempts--Parameter removed

Retry request intervalRetry limit--

Execute during previewExecute during preview--




Reltio Delete (URI)

--

LabelLabel--

Tenant URLTenant URL--

Reference URIURIReenter the URI value as it does not migrate from the PS version

Maximum request attempts--Parameter removed

--Bulk deleteNew parameter

--Retry limitNew parameter

Execute during previewExecute during preview--




Reltio Merge

Two different records (columns) can be combined into one in the Product version

LabelLabel--

Tenant URLTenant URL--

--OperationsNew parameter

--Winner IdNew parameter

--Loser IdNew parameter

Maximum request attempts--Parameter removed

Retry request intervalRetry limitParameter name change

Execute during previewExecute during preview--




Reltio UnMerge

--

LabelLabel--

Tenant URLTenant URL--

--OperationsNew parameter

--Origin Entity IdNew parameter

-- Spawn Entity IdNew parameter

Unmerge entity treeUnmerge entity tree--

Maximum request attempts--Parameter removed

Retry request intervalRetry limit--

Execute during previewExecute during preview--




Reltio Create

--

LabelLabel--

Tenant URLTenant URL--

ObjectObject--

Object typesObject types--

Batch sizeBatch size--

Maximum threadsThread limitsParameter name change

Maximum request attempts--Parameter removed

Retry request intervalRetry limitParameter name change

Thread limitThread limit--

Query parametersQuery parameters--

Retry limitRetry limit--

...

  1. On the Designer canvas, click the Generic Execute Snap to open its configuration window, and click the deleteicon to remove the Snap from the pipeline.
  2. From the Snaps catalog, drag the REST Get Snap at the same placement as the Generic Execute Snap.
  3. Enter the Service URL in the OAuth format (https://auth.reltio.com/oauth/token?grant_type=password&username=) and the API key through via the HTTP header to get your account parameters header (see the After Migrating section below).
  4. Using Click on the Rest Get Snap connector and retrieve the access token in the REST
  5. In the downstream Rest Get Snap, you can fetch the entities. Enter the Service URL in the OAuth format. For enter the Service URL, for example, https://sndbx.reltio.com/reltio/api/XK178mXYr3UZrG6/entities?filter=(equals(type,'HCP')) and the access token ID in the HTTP header value.
  6. Provide the remaining configuration information (per your requirements) as given in the REST Get Snap document.
  7. Click Save to validate the pipeline.

...