Is QSearchBar supported via the Quicksight API?

0

I wish to drive Quicksight by API, including the QSearchBar is this possible? The documentation says that QSearchBar is a valid option in the api on method call generate_embed_url_for_registered_user. However for me it throws the exception: ParamValidationError: Parameter validation failed: Unknown parameter in ExperienceConfiguration: "QSearchBar", must be one of: Dashboard, QuickSightConsole. Any Suggestions? Thanks.

Dwane
asked 2 years ago421 views
1 Answer
1
Accepted Answer

The error is from the SDK itself. It seems like your SDK or AWS CLI version is not up to date. Could you please update and retry? if you are using boto3, the latest version is 1.20.52.

AWS
Vijay
answered 2 years ago
  • Thank you. Obvious in hindsight but I missed it. This fixed the problem. Now the link returned by generate_embed_url_for_registered_user will render to a page containing the QSearchBar ready for input by the user, and little else. I have not found a way to programatically preset the query in the QSearchBar, which would be very handy. Is it possible to programatically preset the query in the QSearchBar?

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