If anyone is interested in building SQL-type taps ...
# singer-tap-development
a
If anyone is interested in building SQL-type taps - or if you've done so already 🙂 - would love your thoughts on the updated MR summary here: Add support for SQLStreams (!44) Since last I presented in office hours, we've changed the interface slightly, so that instead of leveraging class methods on the SQLStream class, there's a dedicated SQLConnector class which handles discovery, type conversions, etc. This addresses some of the limitations around connection reuse, and it overall is a simpler model to maintain. The MR itself is still WIP but the description and class interfaces are nearing final.