Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can we find the balance of credits in snowflake?

Is there any way, we can figure out how many remaining credits we have in snowflake?

Thanks.

like image 219
Chris Li Avatar asked Jan 24 '23 05:01

Chris Li


1 Answers

It is possible to find credit consumption is classic Web UI and New Web Interface:

Viewing Account-level Credit and Storage Usage in the Web Interface

The key point are privileges required to see this kind of data:

Only account administrators (i.e. users with the ACCOUNTADMIN role) or a role with the global MONITOR USAGE privilege can access the billing and usage information in the classic web interface.

Only account administrators can access the billing and usage information in the new web interface.

like image 79
Lukasz Szozda Avatar answered May 16 '23 06:05

Lukasz Szozda