What occurs when a user selects STOP in a Snowflake Notebook while a query is running?
Selecting Stop cancels the code cell currently executing and prevents any subsequently queued cells from running. It does not roll back previously executed code or terminate and drop the notebook session.
Community Discussion