Skip to content

Instantly share code, notes, and snippets.

@denzhel
Created December 11, 2022 22:04
Show Gist options
  • Save denzhel/03105369450cf2bc8048dd75109fedca to your computer and use it in GitHub Desktop.
Save denzhel/03105369450cf2bc8048dd75109fedca to your computer and use it in GitHub Desktop.
snowflake execute task privilege

If you're getting this error:

Cannot execute task , EXECUTE TASK privilege must be granted to owner role`

You should grant the following privilege using an ACCOUNTADMIN role or similar:

GRANT EXECUTE TASK ON ACCOUNT TO ROLE <roleName>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment