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!