Accessing via API data of type FILE in QuickSight

0

Hello,

I would like to update a Row Level Security rule by adding a new username using the Quicksight API. All RLS rules were initially created using the console and by uploading a file. Is it possible to update that file using the API? The datasource is set as FILE and i'm wondering if I can access and update that file via API. IF i can't, can I linked a RLS rule to a S3 file which i can update using the S3 api. thank you! G.

1 Answer
0

Hi, @gm0x45.

Unfortunately it is not currently supported.

You need to use UpdateDataSet for updates, but its API doesn't support file type datasets.
https://docs.aws.amazon.com/cli/latest/reference/quicksight/update-data-set.html

I also need to use the DescribeDataSet to get the RowLevelPermission information in order to copy the rule to another dataset, but this API also doesn't support file type datasets.
https://docs.aws.amazon.com/cli/latest/reference/quicksight/describe-data-set.html

profile picture
EXPERT
iwasa
answered 2 years ago

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