Hello,
I massively deployed SQL Warehouses in our data Platform.
Right now, most of them are running every hour (with some inactivity phasis) because of Power BI report/jobs schedules.
To limit cost, I would like to stop/disable some on them on Friday evening and enable them on Monday morning.
Of course, I can ask people not to schedule things during the week end but with 500+ users it a losing battle.😣
The only way I can see would be to schedule some API call to drop all accesses, then reapply these accesses on Monday.
I see two drawbacks :
- It's not possible to delegate to trusted key users on project
=> they would need "Can Manage" and I don't trust them that much (I don't want to have XXL warehouses ...)
- It would complexify access management on SQL Warehouse
Do you know if there is some 'disable' option / 'maintenance mode' that exists or which would be in the editor roadmap ?
Thank you