bernard_wezeman
07/21/2022, 12:49 PMAuthenticator
classes that you can make use of which I did not see for targets. Also, the best way to couple streams to sinks is not very intuitive to me.
Am I missing something or is it indeed the case that API-based custom targets have not been a focus for the SDK? And is this by any chance something that is on the roadmap?
P.S.
Any resources / best practices on how to set-up such API-based custom targets for SaaS systems would be welcome! (now mostly looked at https://gitlab.com/DouweM/investing-to-lunch-money)aaronsteers
07/21/2022, 4:50 PMrequests
library specifically). Also, some RESTSinks would use POST
for one more more records at a time, and some might use PUT
for exactly one record at a time. Those could represent separate subclasses or just implementation options on the same class. 🤔
Hope this helps!
cc @visch who has worked on some reverse ETL use cases, in case he has some thoughts on this...aaronsteers
07/21/2022, 4:53 PMedgar_ramirez_mondragon
07/21/2022, 5:19 PMbernard_wezeman
07/22/2022, 9:33 AMaaronsteers
07/22/2022, 4:41 PM