Tim Cashion
03/10/2025, 7:59 PM951f7f311c4a8976cf7dba5d7a387669
"An error has occurred while calculating the result" is all I'm getting. Happening for various (all?) visualizations?Mauricio Cabezas
03/10/2025, 9:34 PM951f7f311c4a8976cf7dba5d7a387669
, I can see the same 'An error has occurred while calculating the result' message as you, and some 'DATA_ERROR' entries. However, looking deeper, at the same timestamp, I can see other logs where the primary error is a SQL execution failure:
"msg": "Execution of SQL statement has failed"
and Caused by: net.snowflake.client.jdbc.SnowflakeSQLException: SQL access control error: Insufficient privileges to operate on table 'sales'
This strongly indicates that the root cause is a permissions issue on the 'sales' table in your Snowflake environment. From the initial log review, the 'DATA_ERROR' seems to be a secondary effect of this underlying access problem.
To help us pinpoint the precise issue, could you please clarify how exactly you are trying to create this visualization? Are you working directly within the UI, using an embedded visualization, or interacting via an API? Also, please double-check your Snowflake connection configuration to ensure the correct user role is being utilized. Providing a HAR file from your browser's developer tools during the error occurrence will be helpful.Tim Cashion
03/11/2025, 6:52 PMMauricio Cabezas
03/11/2025, 9:53 PM