Hello, I'm developing a connector and I have a tricky operation to do :
• I have a stream that returns a list of objects, each one has an id and some statistic fields
• The statistic fields are wrong, but I can get the right values by calling another endpoint
• This other endpoint allows to batch requests for multiple object ids
I'm not sure how I could implement that in a simple way, do you have any recommendation about it ? Maybe a connector that faces similar issues ? Or some doc that could help me ?
Thanks 😁