Privileges can now be granted to users in Snowflake:
syntax:
GRANT <privileges> ... TO USER;
example:
GRANT USAGE ON STREAMLIT streamlit_db.streamlit_schema.streamlit_app TO USER saqib;
You must log in or register to comment.
User Based Access Control (UBAC) is now available in Snowflake.