Skip to content

Quicksight CLI command no longer (or partially) working with change to Quick Suite #9825

@tomburge

Description

@tomburge

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

Metadata

Metadata

Labels

bugThis issue is a bug.investigatingThis issue is being investigated and/or work is in progress to resolve the issue.p2This is a standard priority issuequicksight

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions