databricks / run-notebook

Apache License 2.0
47 stars 20 forks source link

Support for long running/perpetual jobs. #53

Open sbandaru opened 3 months ago

sbandaru commented 3 months ago

This action awaits the completion of the Job.

If the job is long running job or perpetual, the Action times out when the access token it uses to communicate with DBX API expires resulting in Action reporting a failure

Can this action ne updated to support long running/perpetual jobs such that instead of waiting for job completion, once the job starts running , the action can reports success.