1 Answer
- Newest
- Most votes
- Most comments
1
Check the driver error logs, that could be a permission issue, that the stream is in a different region or similar
Checked region and permissions which seems correct. Tried another method to directly stream into redshift using external schema and materialized view , even then getting error - error: Unable to describe stream code: 42001 ,Timeout was reached Stream name: name query: -1[child_sequence:1] location: kinesis_client.
Timeout normally means you are running in a VPC without internet or a kinesis endpoint (could also be the security group but is less likely)
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 10 months ago
Thank you. Adding kinesis endpoint worked. If I'm connecting through external source to redshift (eg. psycopg2) getting same kind of error to establish connection to redshift and same to connect tableau. Is it a similar problem?