Question about result of sync. #36029
Unanswered
mica83
asked this question in
Connector Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
in my scenario i'm synchronizing sql server db as source with an external restAPI application as destination (custom connector)
i need to store in a custom table, in the source database, the http response status (2xx,4xx,5xx) for each row that i'm sending to the destination restAPI. More clear i need to store the couple ID-STATUS.
In which way can i get the result for each row and store in another db table? I would like avoid to implement some strange behavior in the custom destination connector. There are some other elegant alternative? I sow that API and Webhook doesn't return the cursor filed or the id of the synched row.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions