Hi there,
We created a QuickSight DataSource with AWS CloudFormation Template by using DataSource template. I can see the existing data source from aws quicksight cli but the QuickSight UI doesn’t display it.
Here is the existing data source that I am able to see from the aws quicksight list-data-sources
cli command output
{
"Arn": "arn:aws:quicksight:us-east-1:494882029813:datasource/redshift-data-source-QuickSight",
"DataSourceId": "redshift-data-source-",
"Name": "redshift-data-source-QuickSight",
"Type": "REDSHIFT",
"Status": "CREATION_SUCCESSFUL",
"CreatedTime": "2023-11-22T00:30:42.472000+03:00",
"LastUpdatedTime": "2023-11-22T00:30:42.952000+03:00",
"DataSourceParameters": {
"RedshiftParameters": {
"Host": "awesome-cluster.us-east-1.redshift.amazonaws.com",
"Port": 5439,
"Database": "default_db",
"ClusterId": "awesome-cluster"
}
},
"VpcConnectionProperties": {
"VpcConnectionArn": "arn:aws:quicksight:us-east-1:******:vpcConnection/quicksight-vpc-conn"
},
"SslProperties": {
"DisableSsl": false
}
}
However, the same data source is not showing up from the UI.
Any help is appreciated. Thanks