2 Answers
- Newest
- Most votes
- Most comments
0
Do you these permissions while creating data source ?
"Permissions": [
{
"Principal": "arn:aws:quicksight:us-east-1:xxxxxx:user/default/xxxxx/xxxx",
"Actions": [
"quicksight:UpdateDataSourcePermissions",
"quicksight:DescribeDataSource",
"quicksight:DescribeDataSourcePermissions",
"quicksight:PassDataSource",
"quicksight:UpdateDataSource",
"quicksight:DeleteDataSource"
]
}
]
answered 2 years ago
0
Have you been able to solve the problem?
we've faced it yesterday and (although not really solving it) we came up with a partial 'solution'
Apparently, for some reason the QuickSight 'Database' Dropdown, is not using the service role attached to it
but it is using the default Lakeformation Group IAMAllowedPrincipals to fetch the databases,
We granted database permissions to IAMAllowedPrincipals, and only then we were able to fetch the database
answered 2 years ago
Relevant content
- asked 2 months ago
- asked 3 years ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 2 months ago
Yes. I am able to see the DataSource in QuickSight and can select it when creating a DataSet. I have updated the question with some screen shots to illustrate what is happening.