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:ย 

Enable the "Billable Usage Download' Accounts API on our Azure

Ninad-Mulik
New Contributor III

 

Hi Databricks Support,

Could you please confirm whether the Billable Usage Download endpoint can be enabled on Azure Databricks account, similar to how itโ€™s available on AWS/GCP? If yes, what are the steps that should be followed for the same.. else any alternate way to do so?

here the link for the reference.
https://docs.databricks.com/api/account/billableusage/download

2 ACCEPTED SOLUTIONS

Accepted Solutions

BS_THE_ANALYST
Esteemed Contributor II

szymon_dybczak
Esteemed Contributor III

Hi @Ninad-Mulik ,

Unfortunately, this API is currently not supported in Azure. As a workaround you can get the same kind of information through system tables. The system.billing.usage table has nearly identical schema to the one produced by this endpoint:

Billable usage system table reference - Azure Databricks | Microsoft Learn

szymon_dybczak_0-1759066218113.png

 

View solution in original post

3 REPLIES 3

BS_THE_ANALYST
Esteemed Contributor II

szymon_dybczak
Esteemed Contributor III

Hi @Ninad-Mulik ,

Unfortunately, this API is currently not supported in Azure. As a workaround you can get the same kind of information through system tables. The system.billing.usage table has nearly identical schema to the one produced by this endpoint:

Billable usage system table reference - Azure Databricks | Microsoft Learn

szymon_dybczak_0-1759066218113.png

 

Ninad-Mulik
New Contributor III

Thank you.. !! i finally got to know wat to do..!!