Reltio Connect

 View Only
  • 1.  Filtering Delta Events

    Reltio Partner
    Posted 07-08-2024 10:31
    Hi Folks,
     
    We have requirement to stream events only when we have ATTRIBUTE_REMOVED in delta event payload.
     
    Example payload:
     
    {
      "type": "ENTITY_CHANGED",
      "uri": "entities/abc",
      "deltas": {
        "ovChanged": true,
        "delta": [
          {
            "type": "ATTRIBUTE_REMOVED",
            "attributeType": "configuration/entityTypes/Contact/attributes/Name",
            "oldValue": {
              "value": "Vikash",
              "ov": true,
              "id": "xyz",
              "sources": [
                "SFDC"
              ],
              "crosswalks": [
                {
                  "type": "configuration/sources/SFDC",
                  "value": "123456789"
                }
              ]
            }
          }
        ],
        "entityType": "Contact"
      }
    }

    Can you please guide us if there is a way to filter events only having attribute_removed.



    ------------------------------
    Vikash Malekar
    LFG
    ------------------------------


  • 2.  RE: Filtering Delta Events

    Posted 07-15-2024 09:26

    Vikash,

    Currently no event at the attribute level which means this can't be filtered. This needs to be handled as part of the post-event processing in your consumption logic.



    ------------------------------
    Radhakrishnan Ramalingam
    Architect
    San Ramon CA
    ------------------------------