Skip to main content

Community

Connector Improvement: Delete specific data from Webhook Connector

Please sign in to leave a comment.

Comments

2 comments

  • Official comment

    Hi Xavier,

    Thank you for using our webhook connector and sharing the use case for this request.

    I'm curious what information do you know about the 'bad data'?
    ie What's the best ID a message ID or batch ID or similar in the data warehouse table.

    I'm wondering if you would be able to identify the 'bad data' in your data warehouse and then use a Fivetran API call to actually remove it.

    It would be great if this can be upvoted to help prioritize this in our back log.

    Regards,

    Alison

    Hi Alison,

    Given how the connector works (dumps everything, always, to a table in our end), from my side I can find out any information to track the data. In our case it spawned acroos several days, mixed with "good data". 

    Because of this, having a batch ID would not work. A message ID would, I guess.

    In an ideal scenario I should be able to remove using a query, i.e. main_id IN (x, y) or custom_column = 'xyz'.

    We've had this issue once in three years, so having to go through Support to achieve this should be fine.