Maybe a very rookie question but is there a `tap-r...
# singer-taps
g
Maybe a very rookie question but is there a
tap-redshift
? I know we have
target-redshift
, but in this horrifying scenario I actually want to send the data to a spreadsheet 😱 Can I just use
tap-postgres
since Redshift is based on Postgres?
d
@greg_clunies There's https://github.com/datadotworld/tap-redshift, which you can add as a custom plugin using
meltano add --custom extractor tap-redshift
g
Thanks @douwe_maan! FYI - didn’t see it on MeltanoHub https://hub.meltano.com/extractors/ … which has quickly become my default source for all things Singer tap/target related!
t
I haven’t gotten to the “R’s” yet to add things to the hub 😅