ManojkMohan
Honored Contributor II

@Yuki 

you can run Databricks jobs from GitHub Actions and capture their results using the "Run Databricks Notebook" GitHub Action. This tool abstracts much of the manual code and API work, making integration with your CI/CD pipeline easier

https://github.com/marketplace/actions/run-databricks-notebook

The databricks/run-notebook GitHub Action allows you to trigger Databricks notebooks directly from workflow YAML files.

You can configure your workflow to parse and utilize output values for subsequent automation.

The Action awaits completion, so you can perform checks or notifications

REST API or CLI from a custom GitHub Actions workflow step requires more manual coding