When creating a dataset using create_dataset API from boto3 for quicksight and then creating a topic upon the created dataset, getting an error saying “(SNAPI_SQL_CONNECTION_FAILURE)”.
Can anyone help me find the possible reasons for this error message?
The data source I am using is aws Athena and trying to create a dataset for quicksight through the athena datasource by calling create_dataset api from boto3 quicksight as client.
And when the dataset is created, I am trying to create a q topic upon that using create_topic boto3 api and quicksight as client.