Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2026 06:27 AM
Hi everyone,
I have a question about the best practice for organizing Databricks Asset Bundles.
I have multiple projects, and each project has its own notebooks and jobs.
Is it recommended to:
create a single bundle that includes all projects, or
create a separate bundle for each project?
Also, my understanding is that the Databricks UI doesn't support deploying only selected resources from a bundle, while the Databricks CLI allows this (for example, using bundle deploy --select).
Does this limitation influence how you structure your bundles? What approach has worked best for your team?