Is it possible to duplicate existing dataset via SDK/API?

As you may, there is a feature to duplicate existing dataset in UI. I want to know if there is any such option is SDK.

I my search so far, it seems to be impossible. Any other workaround?

Hello @ms-znr - These are the different methods available in Quicksight API.

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight.html

Which method provides the duplicate dataset functionality? Asking only because it’s not apparent from the name of any method.

Thanks

Hi @ms-znr ,
There is no API call which directly allows you to duplicate a dataset . In admin workshop there is an exercise which makes a copy of the dataset that should give you an idea to implement at your end : Workshop Studio ( Exercise 2 - Create dataset copy )