In our snowflake, we have multiple users accessing the database. And sometimes when query takes long time people are cancelling the query from UI. I was wondering if there is a way to get information about who has cancelled the query. Like we have table QUERY_HISTORY to get information about the query.
Do we have a similar table to get information of query cancelled?