Just getting started with the SDK. Anyone have ex...
# singer-tap-development
s
Just getting started with the SDK. Anyone have examples using a
discover_streams
that is dynamic instead of having a hard-coded class for each object in the source application? I’m trying to build a tap for Quickbase. This is a highly customizable ERP SaaS app (think: Salesforce). I need to discover all of the tables that have been created in our app instance and create streams for them. It doesn’t look like any of the project samples cover this scenario.
r
Hi @sterling_paramore, for our SDK-based
tap-google-sheets
, @daniel_walker came up with a way to dynamically generate a stream schema from source sheet data, which might be of interest to you: https://github.com/Matatika/tap-google-sheets/blob/e61380deac1e3f568cc99f52822c6e30944c6785/tap_google_sheets/tap.py#L37