You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
str(to_type) will return DATABASE ROLE but the query in Snowflake uses DATABASE_ROLE in the result. to uses the full FQN including the database name of the database role. Snowflake uses just the name of the database role.
The text was updated successfully, but these errors were encountered:
Something goes wrong fetching existing future grants to database roles. I've done a bit of debugging but failed to figure it out.
The problem starts here in
data_provider.py
in thefetch_future_grant
function:str(to_type)
will returnDATABASE ROLE
but the query in Snowflake usesDATABASE_ROLE
in the result.to
uses the full FQN including the database name of the database role. Snowflake uses just the name of the database role.The text was updated successfully, but these errors were encountered: