Question
How do I migrate from using export v1 to Spark-based export (v2)?
Answer
Changing the export version in the physical configuration of a tenant is not enough for switching version to V2, this also requires migration, which includes configuration of the RIQ. This migration is done by Reltio Internal team, and involves the following steps:
- Internal validation of environment for Spark export
- Performing various steps for RIQ migration, done via our internal team
- Enabling the analytics (RI) in the tenant's physical configuration
- Executing internal RIQ consistency jobs
- Changing the exportVersion in the physical config to "v2"
The current version V1 is under the deprecation process and will be deprecated in February 2020. However, if you want to keep the version in the physical configuration as v1 and use Export v2 in the API, you can do so by explicitly specifying the version within API itself to override the tenant version in the tenant configuration:
Standard Export API -
POST {{ExportServiceURL}}/export/{{tenant}}/entities
Export API with V2 -
POST {{ExportServiceURL}}/v2/export/{{tenant}}/entities
References
https://docs.reltio.com/exportapi/exportv2.html#exportv2__configuration
https://docs.reltio.com/exportapi/exportentitieswithfilter.html
Comments
Please sign in to leave a comment.