
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2021 02:01 PM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2021 04:11 PM
As a Databricks account owner or account admin, you can configure daily delivery of billable usage logs in CSV file format to an AWS S3 storage bucket, where you can make the data available for further analytics.
A simple pipeline for configuring budget thresholds and alerting could look like this
- Configure billable usage logs delivery to an s3 bucket.
- Configure autoloader to load this to delta table
- Configure dashboards in Databricks SQL for reporting
- Configure alerts in Databricks SQL by scheduling a query that checks a threshold
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2021 04:11 PM
As a Databricks account owner or account admin, you can configure daily delivery of billable usage logs in CSV file format to an AWS S3 storage bucket, where you can make the data available for further analytics.
A simple pipeline for configuring budget thresholds and alerting could look like this
- Configure billable usage logs delivery to an s3 bucket.
- Configure autoloader to load this to delta table
- Configure dashboards in Databricks SQL for reporting
- Configure alerts in Databricks SQL by scheduling a query that checks a threshold
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2021 09:00 PM
You can also use tags to setup a chargeback mechanism within your organization for distributed billing - https://docs.databricks.com/administration-guide/account-settings/usage-detail-tags-aws.html

