ManojkMohan
Honored Contributor II

@Yuki There is currently no GitHub Action that provides a no-code experience in the same way as the "Run Databricks Notebook" Action does for individual notebooks.

Alternate work arounds:

1. Databricks Asset Bundles + GitHub Actions
Package job and pipeline definitions as YAML files using Databricks Asset Bundles (DABs).

Use CLI automation within GitHub Actions

https://docs.databricks.com/aws/en/dev-tools/ci-cd/

use Azure Data Factory to trigger Databricks jobs, with monitoring and outputs passed back to GitHub Actions as part of a broader workflow

https://learn.microsoft.com/en-us/answers/questions/5514533/databricks-repos-or-alternatives

View solution in original post