In previous articles, I showed how to seamlessly connect Domo to Snowflake using Cloud Amplifier for both read and write access. In those examples, I set up a “service” account that still had a username and password. Since I wrote that article, Snowflake has enhanced user accounts to provide a true service account option. This account does not have a passwordContinue reading “Secure Domo-Snowflake Connection: Service Accounts Guide”
Tag Archives: Security
Snowflake: Table-Driven Row Access Policies
In a previous article, I showed how to set a row access policy on a view to limit the rows returned by a query dependent upon the user’s role in Snowflake. The row access policy had the roles I cared about hard coded into the policy code; however, in a real-world scenario, that isn’t manageableContinue reading “Snowflake: Table-Driven Row Access Policies”