Skip to content

Instantly share code, notes, and snippets.

Looker + Snowflake: Key Pair Auth with User Attributes

Snowflake commands

use role ACCOUNTADMIN;

create role if not exists looker_role;
grant role looker_role to role SYSADMIN;

create user if not exists looker_user;