Grant MONITOR privilege on Warehouses
This seems like a great tool, we're planning on using it in production in my org in the near future. I was wondering if there was a specific reason why the MONITOR
privilege isn't granted on warehouses when a role is given access to it? Whenever my org grants privileges on a warehouse, we like to grant USAGE
, OPERATE
, and MONITOR
all at once. Maybe this could be made a default privilege when granting warehouse privileges, or there could be a way to allow it as an optional flag, e.g.:
roles:
- role_name:
warehouses:
- warehouse_name:
- usage
- operate
- monitor
Edited by Sean Talia