What is the simplest way to drop all tasks in Snowflake under a specific schema? I'm hoping this won't require some sort of Javascript loop.
I'm hoping for something like ... :)
DROP ALL TASKS IN <SCHEMA>
Going through it one by one can be cumbersome.
Did not see anything in the documentation that alluded to this: https://docs.snowflake.com/en/sql-reference/sql/drop-task.html