Hi. I want to create a Quicksight dataset with Cloudshell and I want to read it from a s3 bucket
This is my command to create an object in quicksight with Cloudshell:
aws quicksight create-data-set
–aws-account-id 12345678
–cli-input-json file://dataset.json
–region us-east-1
This command should work for s3 files?
aws quicksight create-data-set
–aws-account-id 12345678
–cli-input-json file://<(aws s3 cp s3://mybucket/dataset.json -)
–region us-east-1