Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Can't make Redshift source work #1139

Answered by bleonard
jdenquin asked this question in Q&A
Discussion options

You must be logged in to vote

It sounds like it is connecting if there is a green message but with 0 tables.
Maybe there is a schema? The default is "public"
There are also possible access level (IAM) issues that happen frequently in Amazon. Does that user have access to all the tables?

To see what tables it has, Grouparoo does a query like this:
select count(*) as __count from information_schema.tables where table_schema = 'public'
What does that give you outside of Grouparoo?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jdenquin
Comment options

Answer selected by jdenquin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants