Even a user with the ACCOUNTADMIN role cannot view the results for a query run by another user. How can ACCOUNTADMIN can stop any sql running by any user. just want to check if this understanding is correct.
There are two functions in Snowflake that may help you:
On top of that you can abort all queries of
ALTER WAREHOUSE myWarehouse ABORT ALL QUERIES;
ALTER USER myUser ABORT ALL QUERIES;
2.1m questions
2.1m answers
60 comments
57.0k users