Is there a Tap for Redshift? I need to extract fro...
# getting-started
o
Is there a Tap for Redshift? I need to extract from Redshift
a
This was the only one I could seem to find: https://github.com/datadotworld/tap-redshift
Not sure if it's up to date or not though
o
Thanks
e
There's also tap-sqlalchemy (alpha, not prod ready ⚠️) in the works to generalize to any database supported by SQLAlchemy. @aaronsteers has been developing it against Athena afaik.
a
Yes, I'd probably start with
tap-redshift
from
data-world
(which I see is also what we've listed on the Hub) and then SQL Alchemy could be a fallback option if needed.