Administration user
In order to access all queries, all query plans and all locks on Snowflake account, SnowKill requires user with ACCOUNTADMIN
role. Unfortunately, it is a fundamental limitation of Snowflake at this moment.
This is how to create such user for tests on trial account:
It is highly recommended to use key-pair authentication for production accounts instead of password:
Base functionality of SnowKill does not require warehouse to operate. There is no need to configure a warehouse for this user, unless you plan to use Snowflake table for storage.
Last updated