Hello @kosta, okay, it at least seems like we are on the right track here. One thing I am curious about, are you using any kind of VPC to connect Snowflake to QuickSight? Maybe that is what we should be utilizing instead of the Credentials. Also, you may just need to add the Snowflake Parameters portion again within the Credentials parameter. This is how it looks in the documentation:
Credentials={
'CredentialPair': {
'Username': 'string',
'Password': 'string',
'AlternateDataSourceParameters': [
'SnowflakeParameters': {
'Host': 'string',
'Database': 'string',
'Warehouse': 'string'
},
]
}
}
This might be how it references the credentials for that database connection. Let me know if this helps!