How can I access objects under INFORMATION_SCHEMA in a DB in Snowflake?
If I try to grant USAGE access to a PUBLIC or any role on INFORMATION_SCHEMA I get this error: SQL access control error: Insufficient privileges to operate on schema 'INFORMATION_SCHEMA'
I am trying to access objects under INFORMATION_SCHEMA from Power BI. Would be possible to do this..?