
I kept catching issues too late, broken dependencies, misconfigured parameters, stale parameters in notebooks, only after running databricks bundle validate. So I built something to make it easier to review locally before deployment.
It uses the validation output from the Databricks CLI to help you inspect bundle resources, jobs, tasks, dependencies, parameters, and validation output, directly in VS Code. It is still early, but I would love to know: what additional features would you expect from a tool like this, or what do you think is missing?
At the moment, it works best for jobs, but I will be rolling out to pipelines soon.
GitHub repo: https://github.com/uncoverthestack/databricks-bundle-inspector
VS Code Marketplace: https://marketplace.visualstudio.com/items?itemName=UncoverTheStack.databricks-bundle-inspector
There is also a demo of how it works in the README as well.