We have SAS application that connects to snowflake via ODBC 2.23.0. Whenever a user abort query from SAS it keeps on running on Snowflake.
We have tried setting ABORT_DETACHED_QUERY= TRUE at user level, but the query is not aborted after 5 mins. Have to manually abort the query after 15 mins it was aborted by user via SAS (user confirmed that he has exited the app after aborting the query)
Can someoe help me understand how to debug this issue to avoid long running aborted queries on snowfalke. (i know hwo to set criteria to abort long running queries, but i am looking for aborting such cases as descrbed above). Thanks in advance.