Reltio Bulk Export
Reltio Bulk Export exports Reltio Objects in bulk from Reltio to Amazon S3.
Field Name | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
Snap Type: | Write | ||||||||
Description: |
This Snap exports Reltio Objects (Entities/ Relations) in bulk from a Reltio Tenant to S3 storage. After the bulk export operation is complete, the Snap sends a download link to the user's email address. Based on the operation selected, this Snap can also be used to:
ETL Transformations & Data Flow The Reltio Bulk Export Snap extracts Reltio Objects from the specified tenant to the specified S3 storage. If no S3 storage is specified, the objects are extracted to S3 storage provided by Reltio. Input & Output
Modes
|
||||||||
Prerequisites: |
Reltio account with a valid Tenant ID so that Tenant URL can be formed/API for Account Settings. Also, the Reltio account must have sufficient access to export objects from the Tenant. |
||||||||
Limitations and Known Issues | None at this time. | ||||||||
Configurations: |
Account & Access This Snap uses account references created on the Accounts page of SnapLogic Manager to handle access to this endpoint. SeeReltio Accountfor information on setting up this type of account. Views
|
||||||||
Troubleshooting: | None at this time. | ||||||||
Settings | |||||||||
Label |
Required. The name for the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your pipeline. |
||||||||
Tenant URL |
Required. This determines the Reltio host with Tenant ID. Use this format: https://<reltio_host>/api/tenant_id> Example: https://sndbx.reltio.com/reltio/api/XK178mXYr3UZrG6/ Default value: https://<your_reltio_host>/reltio/api/<tenant_id> This value can be provided dynamically as a pipeline parameter or directly in the Snap, but not as an upstream parameter. |
||||||||
Operations |
Specifies the type of Export to be done. Possible allowed values are:
Default value: Export entities |
||||||||
Task Id |
ID of the Reltio Export task initiated by the user. Default value: [None] |
||||||||
S3 File |
The location of the S3 storage where the exported data is to be stored. It should follow the format s3:///<bucket_name>/<folder_name>/<filename.zip>. Example: s3:///iqdrac/test/test.zip Default value: s3:/// |
||||||||
Query parameters | The query parameters and their values. The query parameters will be attached to the URL using the HTTP query parameter syntax, separated by & added as key=value. | ||||||||
Query parameter |
The key which can be used in the HTTP request for Reltio. Default value: [None] This value can be provided dynamically as a pipeline parameter or directly in the Snap, but not as an upstream parameter. |
||||||||
Query parameter value |
The value which is appropriate for that particular Query parameter key used. Default value: [None] This value can be provided dynamically as a pipeline parameter or directly in the Snap, but not as an upstream parameter. |
||||||||
Retry limit |
The maximum number of times the Snap will attempt to get the response. Reltio uses the exponential back off retry policy only for HTTP Status Codes 502, 503 and 504. Reltio has no retry policy for HTTP Status Codes 401, 403, 404, 500. Default value: 5 Maximum value: 10 This value can be provided dynamically as a pipeline parameter or directly in the Snap, but not as an upstream parameter. |
||||||||
Execute during preview |
Executes the Snap during a pipeline Save operation so that the output view can produce the preview data. Default value: Not selected |
See the below examples for the basic use case, typical Snap configurations, and operation types for the Bulk Export operation.