Reltio Integration Hub

 View Only
  • 1.  Is it delete the existing values for this lookup and load new value?

    Reltio Partner
    Posted 01-10-2024 10:45

    this is for If we need to update an existiing lookup types from @Michelle Popovits webinar



    ------------------------------
    Goutam Mondal
    Cognizant
    ------------------------------


  • 2.  RE: Is it delete the existing values for this lookup and load new value?

    Reltio Employee
    Posted 01-10-2024 12:11

    Hi Goutam,

    No, the rdm data loader rih utility doesn't delete existing lookup type entries.

    If they already exist, then they will be overwritten with new data.

    If they don't  already exist, they will be created

    if a lookup type entry exist but is not in the new set being loaded it will still exist.

    Depending on your needs, you may wish to execute a truncate for the lookup type to remove all and start fresh with a full load.



    ------------------------------
    Michelle Popovits
    Technical Consultant
    Reltio
    ON
    ------------------------------



  • 3.  RE: Is it delete the existing values for this lookup and load new value?

    Posted 07-19-2024 18:11

    Hi Michelle Popovits,

    I tried truncating all values for specific lookup type, I see status of that request as "NOT_STARTED" and I also don't see any changes to the RDM, they still exist. Below was the POST request I sent

    I really appreciate your inputs on this. what might be the reason and solution to this,

    Thank You,



    ------------------------------
    venu podila
    360Insights
    ------------------------------



  • 4.  RE: Is it delete the existing values for this lookup and load new value?

    Reltio Employee
    Posted 07-22-2024 14:30

    Hi Venu,

    It is normal for the result to show status of NOT_STARTED as it is kicking off a task that will be run asynchronously and will start once any previous task requests have completed.

    You can check the status of rdm tasks and view the current status of your task using this api:

    {{rdm-service}}/rdm/tasks/{{rdmTenant}}

    Below is an example from my tenant:


    See documentation for RDM API List tasks

    https://docs.reltio.com/en/explore/get-going-with-apis-and-rocs-utilities/reltio-rest-apis/model-apis/rdm-api/rdm-task-api



    ------------------------------
    Michelle Popovits
    Technical Consultant
    Reltio
    ON
    ------------------------------



  • 5.  RE: Is it delete the existing values for this lookup and load new value?

    Posted 07-23-2024 11:19

    Thank You Michelle Popovits , I am able to see the status with the GET request.



    ------------------------------
    venu podila
    360Insights
    ------------------------------