Today, we’re introducing the Public Preview of Databricks Asset Bundles in the workspace. This will make it easier for data scientists, analysts, and data or AI engineers to work interactively in the workspace with best practices such as version control, testing, and CI/CD. Team members can collaborate directly using Git folders in the workspace UI and don't need to use a CLI.
Managing structure, version control, and safe deployment are key to any reliable data engineering workflow. Databricks Asset Bundles make this easier by letting you define jobs, pipelines, notebooks, and configurations as code—deployable across environments and ready for CI/CD integration.
Thousands of data engineering teams already use bundles to productionize their workflows, apply best practices, and collaborate through Git. But one consistent request stood out:
"Can I use this directly in the workspace, without needing the CLI or VS Code?"
Today, we’re delivering on that request.
This update extends tools that many teams already know: the workspace, Git folders, and asset bundles. Now, you can develop and deploy bundles entirely within Databricks: just open a Git folder, define your bundle, and deploy it with a click. The clear Deploy step ensures that promoting changes from dev to production is intentional, whether triggered by a workspace user or through CI/CD.
In total, you can:
This streamlines the development process within Git folders. It brings structure to how work progresses from development to production, aligning with standard software practices and making the process accessible to a broader range of users.
When working in a Git folder, users can iterate quickly on uncommitted changes. Development jobs, pipelines, and other resources defined in the bundle automatically reference the latest files — no manual sync needed. This behavior is powered by source_linked_deployment
, which is enabled by default in development mode enabling faster iteration and feedback.
We’re continuing to improve the experience. Future updates will:
Whether you're building data pipelines, training models, or creating dashboards, asset bundles in Git folders offer a collaborative and structured path to move from idea to production — all from within the Databricks workspace.
Alternatively you can clone an existing repo with existing bundles or examples such as https://github.com/databricks/bundle-examples.
Note: Make sure the preview is enabled for use (see below)
Learn more: documentation.