Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2023 02:58 PM
There are multiple alternatives for CI/CD on Databricks for deployment.
- Option 1: You can configure your repo directly in Databricks so you have a clone of the branch in there: https://docs.databricks.com/en/repos/ci-cd-techniques-with-repos.html
- Option 2: You can take a look at Databricks Asset Bundles for local development and automatic deployment: https://github.com/databricks/databricks-asset-bundles-dais2023
- Option 3: If you don’t need so many features that come with the asset bundles, you can just call the databricks CLI using Github actions to deploy your code and execute it. You can check more about the CLI here: https://docs.databricks.com/en/dev-tools/cli/index.html
- Other options: Alternatively you can check any other complementary tool that Databricks integrates: https://docs.databricks.com/en/dev-tools/index-ci-cd.html