I’m running into this error while trying to turn on Write-Access for my connection – any idea what this could be?
Hey Zachary!
It looks like you have to grant some of the necessary permissions on the Snowflake side!
Specifically the SQL Editor changes:
grant usage, create table, create view, create stage on schema <YOUR_SCHEMA> to role <YOUR_SIGMA_ROLE>;