I created a task on snowflake using CREATE TASK command. However, the task seems to be suspended, so I wanted to resume the task by following commend:
ALTER TASK TASK_DELETE3 RESUME;
I'm receiving following error message: Cannot execute task , EXECUTE TASK privilege must be granted to owner role
Does anyone know how to solve this issue?
You need to run this command as ACCOUNTADMIN
GRANT EXECUTE TASK ON ACCOUNT TO ROLE <your_role>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With