AWS Quicksight new dataset error

0

I am trying to create a new dataset using S3 bucket as data source. I have uploaded datasource (csv) file and manifest (json) on to the bucket and s3 bucket. I get the error "We cannot find or cannot access one or more of the buckets listed in the manifest.". Thanks

1 Answer
1

Hi, you probably have not defined some required credentials for QuickSight to access your S3 bucket: see https://docs.aws.amazon.com/quicksight/latest/user/troubleshoot-connect-S3.html on how to create those credentials

Also, see remark on this page

We strongly recommend that you make sure that your manifest file is valid.
 If Amazon QuickSight can't parse your file, it gives you an error message. 
That might be something like "We can't parse the manifest file as valid JSON" 
or "We can't connect to the S3 bucket."

It is exactly what you have

Best,

Didier

profile pictureAWS
EXPERT
answered 9 months ago
  • Hi @Didier, thanks for your direction. I have already implemented the allow access form both sides i.e. allowed S3 bucket operations on the Quicksight admin role and added bucket policy on the specific bucket to allow Quicksight service to access the bucket and its objects. Not sure what else can I do? Also parsed the maifest file using json validator and is valid. The error I keep getting is We can’t connect to this S3 bucket. Make sure any S3 buckets you specify are associated with the AWS account used to create this QuickSight account. Looking at error details :- sourceErrorCode: MANIFEST_NO_FILES_FOUND sourceErrorMessage: Input Manifest cudos_dataset does not contain any valid URIs

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions