Open yuukiyamanaka opened 1 week ago
Hey @yuukiyamanaka. Thanks for reaching out to us.
That's an interesting error. We also have a SNOWFLAKE user and it did not fail for us on ACCOUNTADMIN. I will run a few manual tests and get back to you.
Thank you for response! I will provide my account information if you need.
I also encountered the same error in snowsight
use role accountadmin;
desc user snowflake;
Company Name
No response
Use Cases or Problem Statement
I encountered the following error when attempting to fetch all users using the snowflake_users data source:
Error message:
This error persists even when using ACCOUNTADMIN role. The issue occurs because ACCOUNTADMIN does not have privileges to execute
DESC USER SNOWFLAKE
.Impact This limitation is inconvenient for several use cases:
Example Use Case Here's a sample validation check that's affected:
Environment Details
Is there any workaround or solution for this limitation?
Category
category:data_source
Object type(s)
data_source:users
Proposal
Add ignore_snowflake_user option for
snowflake_user
data source.How much impact is this issue causing?
Low
Additional Information
No response
Would you like to implement a fix?