Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snowflake permissions check too restrictive #1181

Open
iireland-ii opened this issue Nov 12, 2024 · 0 comments
Open

Snowflake permissions check too restrictive #1181

iireland-ii opened this issue Nov 12, 2024 · 0 comments
Labels
feature request Ideas to improve an integration integration:snowflake P3

Comments

@iireland-ii
Copy link

The Snowflake integration checks if a user has 'select only' access from the latest role assigned to the user. This check is too restrictive, if the user has additional permission outside of select only then the pipeline will fail (pattern="truncate|update|insert|delete|operate|references")

Additionally due to limitations with the connection param integration you cannot pass a snowflake 'role' to the connection params (this issue is related to 1179) if you wanted to specify a role for the connection.

Solution

  • Add additional connection parameters to allow for a specific role
  • Amend the permissions checker to only check for select access.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Ideas to improve an integration integration:snowflake P3
Projects
None yet
Development

No branches or pull requests

3 participants