Skip to main content

One post tagged with "dabs"

View All Tags

Automate your Databricks Apps deployments with GitHub Actions and Databricks Asset Bundles

· 12 min read
Pascal Vogel
Solutions Architect at Databricks
Antonio Samaniego Jurado
Solutions Architect at Databricks

Databricks Apps is the fastest and most secure way to build data and AI applications on the Databricks Data Intelligence Platform. Support for local development, Git version control, and CI/CD pipelines enable secure, repeatable deployments and a great developer experience whether you prefer working in your local IDE or Databricks workspace.

Databricks Apps is supported by the Databricks REST API, CLI, Python SDK, Databricks Asset Bundles (DABs), and Terraform. Using these tools, you can set up powerful automations that integrate with your existing development and deployment workflows.

This blog post demonstrates how you can quickly set up a CI/CD pipeline using DABs and GitHub Actions. The associated GitHub repository provides a starting point and reference for your own deployments.