Sync Issue with Snowflake in Dust: Need Read-Only Access Fix
Hello Dust Support Team, Weāre currently experiencing a sync issue with Snowflake in Dust: "We need read-only access to your database to synchronize data. Please update the permissions and try again. Synchronization failed." After reviewing the Dust Snowflake connector code, I believe Iāve identified a possible root cause. Weāre using a new Snowflake object type called CORTEX_SEARCH_SERVICE with the USAGE privilege. However, this object type isnāt included in the connectorās read-only check, which is causing the error. Could you please advise on how to proceed? Thanks!