account_root_budget!ACTIVATE¶
Activate the account budget. You must activate the account budget in order to use the budgets feature.
Syntax¶
CALL account_root_budget!ACTIVATE()
Returns¶
activated
Access Control Requirements¶
Only a user with the ACCOUNTADMIN role can activate the account budget.
Usage Notes¶
Once you activate the account budget, you cannot deactivate it.
Once activated, you must set the spending limit in order for the budget to start tracking credit usage.
Once activated, you must set the notification integration and email address(es) to receive notifications. No notifications will be sent out if email addresses are not set.
This method is only available on the account budget. Custom budgets do not require activation.
Example¶
Activate the account budget for your account:
CALL snowflake.local.account_root_budget!ACTIVATE();
Error Messages¶
To troubleshoot issues with account budget activation, see You cannot activate the account budget.