Conflict when pulling snapshot of integration to a clone

Answered

Comments

5 comments

  • viliandy leonardo Product Management Director

    Philippe Foisy

    I want to make sure I understand what happened: when you try to merge the changes from the "template" integration into the clone, you run into conflict due to "/debugUntil" field. Is the issue you cannot resolve the conflict manually? 

    I suggest that you log a support ticket so we can investigate this further and we'll help to set the value for you. We'll look into fixing this so that we don't take into account /debugUntil value as a conflict. Thanks

    0
  • Philippe Foisy
    Celigo University Level 4: Legendary
    Engaged
    Awesome Follow-up

    Hi viliandy leonardo,

    That's exactly it. I didnt create a ticket as I wasnt sure I wasn't my own problem :)

    Regards

    0
  • Philippe Foisy
    Celigo University Level 4: Legendary
    Engaged
    Awesome Follow-up

    I submitted a ticket, see ID122952

    Thx in advance

    0
  • Philippe Foisy
    Celigo University Level 4: Legendary
    Engaged
    Awesome Follow-up

    Good afternoon everyone,

    After discussing with the Celigo Team, I was given a temporary workaround while the Celigo team works on omitting the /debugUntil field in the merge process.

    Before snapshotting a "template" integration, you have to "patch" all the exports / imports to remove their respective /debugUntil fields. To do that, a REST API request is required : 

    PATCH https://api.integrator.io/v1/exports/<exportID>

    Authorization: Bearer <bearertoken>

    Body:
    [
     {
         "op": "remove",
         "path": "/debugUntil"
     }
    ]

    Doing this cleanup, doing a snapshot, and then pulling the snapshot on the cloned integration resulted in no merge conflicts.

    0
  • viliandy leonardo Product Management Director
    Answer Pro
    Top Contributor

    Philippe Foisy

     

    Thank you for sharing. We are targeting to have the fix released as part of r3 release time line - ETA mid September.

    Vili

    0

Please sign in to leave a comment.