-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Description
Describe the bug
I can list data sets fine using this command: aws quicksight list-data-sets --aws-account-id
When I try this command on one of the datasets created using the new UI: aws quicksight describe-data-set --aws-account-id --data-set-id , I get the following error:
An error occurred (InvalidParameterValueException) when calling the DescribeDataSet operation: DescribeDataSet is not supported for this dataSet in new data preparation experience
This command works fine for the same dataset id: aws quicksight describe-data-set-permissions --aws-account-id --data-set-id --data-set-id
Regression Issue
- Select this option if this issue appears to be a regression.
Expected Behavior
Any data set that is described should return the proper information.
Current Behavior
CMD: aws quicksight describe-data-set --aws-account-id --data-set-id
Error:
An error occurred (InvalidParameterValueException) when calling the DescribeDataSet operation: DescribeDataSet is not supported for this dataSet in new data preparation experience
Reproduction Steps
Create a dataset in the new Quick Suite UI and start CloudShell then issue the same commands.
Possible Solution
No response
Additional Information/Context
I tried with both CloudShell using version 2.31.22 and Windows using version 2.31.26. Both resulted in the same error.
CLI version used
2.31.22/2.31.26
Environment details (OS name and version, etc.)
CloudShell/Windows