0
votes

I have spun up a Redshift cluster and added my S3 external schema by running

CREATE EXTERNAL SCHEMA s3 FROM DATA CATALOG
DATABASE '<aws_glue_db>'
IAM_ROLE '<redshift_s3_glue_iam_role_arn>';

to access the AWS Glue Data Catalog. Everything is fine on Redshift, I can query data and all is well. On Quicksight, however, the table is recognized but is empty.

Do i have to move the data into Redshift? If so, would the only reason I should be using Redshift be to process Parquet files?

2

2 Answers

0
votes

You should be able to select external tables from redshift, I think the role you're using is missing access to s3

https://aws.amazon.com/premiumsupport/knowledge-center/redshift-cross-account-glue-s3/

0
votes

In the end I just wrote a custom SQL expression to select the relevant fields