cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Administration & Architecture
Explore discussions on Databricks administration, deployment strategies, and architectural best practices. Connect with administrators and architects to optimize your Databricks environment for performance, scalability, and security.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Access to system.billing.usage tables

raghu2
New Contributor III

I have Account, Marketplace, Billing Admin roles. I have visibility to system.billing.list_prices table only.

How do I get access to system.billing.usage tables? Databricks instance is on AWS.

Thanks

2 REPLIES 2

Alberto_Umana
Databricks Employee
Databricks Employee

Hello @raghu2,

Are you getting any error when querying table: system.billing.usage?

Are you able to browse to the table through the catalog?

You would likely need the below permissions:

GRANT USE ON SCHEMA system.billing TO <user>;
GRANT SELECT ON TABLE system.billing.usage TO <user>;

raghu2
New Contributor III

Hi @Alberto_Umana, Thanks for your response. I needed Metastore Admin permissions too. In account console, I changed the Metastore Admin to be a group, became a part of the group. With this other tables were visible. With this permission using the grant commands you provided, I can grant permissions to other users.

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group