Hi,
Is it possible to create a new Named Right so users can interact with data via Snowflake External Account in workflows?
Testing shows that only possible via Admin access, and we need to separate out for standard users to run BAU queries via the external account for Snowflake.
Thanks,
Wayne
Views
Replies
Total Likes
Hello @waynea40432451
Create a new right by specifying your chosen label.
The Name field must take the following format user:base@server, where :
user corresponds with the name of the user in the external database.
base corresponds with the name of the external database.
server corresponds with the name of the external database server.
Please find more info here.
Br,
Views
Replies
Total Likes
Thanks for the response and link through to guide.
I have tried to follow the guide but the 'name' field is limited to 64 characters and I need more than that for full string. Any tips on how to extend this please? I've tried to create an extension to the xktgroup schema but that's not worked.
Thanks,
Wayne
Views
Replies
Total Likes
Hello @waynea40432451,
Extending the schema worked for me. Did you update the database structure after extending the schema ? Clear cache, disconnect and reconnect ?
Br,
Views
Replies
Total Likes
It is indeed possible to create a new Named Right that allows users to interact with data via a Snowflake External Account without requiring full Admin access. This approach ensures a secure and role-based method for standard users to run their BAU queries. Here's how you can approach it:
Named Rights can be created to define specific permissions tied to a Snowflake External Account. To achieve this:
Snowflake allows for granular permission control using roles. Create a new role for standard users and assign permissions that align with BAU activities:
Below is an example of how to configure a Named Right for this purpose:
Once the Named Right and roles are created:
Clearly document this new Named Right for governance purposes and regularly monitor its use to ensure compliance with your organization's data access policies.
Views
Replies
Total Likes