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?