I am executing a simple select query on my trial instance of snowflake. select * from schema_migrations;
I am getting the following error: SQL compilation error: Object 'SCHEMA_MIGRATIONS' does not exist or not authorized.
The correct role, database and schema have been selected in the top right corner of the query box. Attaching a screenshot.
The same select query is working for a different table in the same db, schema.
Note that this table (schema_migrations) was created via golang code using snowflake library for golang.