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.
<!subteam^S02BCD9FFEF> 👆 🙂
Also - for an example before+after this refactor: https://github.com/MeltanoLabs/tap-athena/pull/4/files
a
Ohhh I am interested in this and maybe even DynamoDB
a
🙂 Dynamo is tricky for sure! For Dynamo catalogs to be detected, this one will also be important: https://gitlab.com/meltano/sdk/-/issues/174