If I wanted to look at a great example of a SQL ta...
# singer-target-development
m
If I wanted to look at a great example of a SQL target built on the SDK, what loaders should I be looking at? I see https://github.com/MeltanoLabs/target-postgres is built on the SDK, is that a good reference architecture? Context: we’re using https://github.com/transferwise/pipelinewise-target-redshift but it’s not built on the SDK and also doesn’t appear to be actively maintained, I’m curious about the potential lift to create a target-redshift plugin on the SDK.
t
The postgres one is good as is https://github.com/MeltanoLabs/target-snowflake Getting target-redshift on the SDK is on our development roadmap for sure!
@alexander_butler wrote https://github.com/z3z1ma/target-bigquery as well
m
thank you!
I am really only familiar with postgres and redishift (well, mongo too but that’s different)
j
I'm in a similar boat.. I've been using the pipelinewise's target-redshift and patching it on my own fork. Would absolutely love a maintained repo to contribute to 👍