cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Databricks Run Notebook GitHub Action

surband
New Contributor III

The GitHub action databricks/run-notebook to deploy and run a notebook from GitHub to DBX awaits the completion of the Job. 

The pulsar streaming job that I have is a long running job due to which the Action times out when the access token it uses to communicate with DBX API expires resulting in Action reporting a failure in GitHub

Is there a way to indicate to the GitHub action (databricks/run-notebook) that it need not wait and once the job starts running , the action can report success?

 

Continuous integration and delivery using GitHub Actions | Databricks on AWS

run-notebook/README.md at main ยท databricks/run-notebook (github.com)

1 REPLY 1

surband
New Contributor III