get_databricks_job_costs
Identifies most expensive Databricks job runs by cost and DBU consumption, enabling optimization of cluster usage and retries.
Instructions
Show cost and DBU breakdown by Databricks job run.
Returns the most expensive job runs in the period, with duration, DBU consumed, and estimated cost per run. Useful for finding jobs that can be optimised (right-sized clusters, fewer retries, etc.)
Args: start_date: ISO date (YYYY-MM-DD). Defaults to 30 days ago. end_date: ISO date (YYYY-MM-DD). Defaults to today. top_n: Number of top job runs to return (default 20).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No | ||
| end_date | No | ||
| start_date | No |