dbx icon indicating copy to clipboard operation
dbx copied to clipboard

dbx config should support `job_tasks`

Open ericfeunekes opened this issue 1 year ago • 4 comments

Workflow tasks should support job_tasks to enable the latest behaviour in Databricks. Named properties will also need to support job://.

ericfeunekes avatar Jul 27 '23 13:07 ericfeunekes

This would be very helpful for me too. Is this on the roadmap at all?

stephen-bowser avatar Aug 11 '23 13:08 stephen-bowser

This would be great if dbx supported the run_job_task type, and it should be able to perform the lookup by Job Name rather than supplying the job_id as per the API.

jford-ctm avatar Aug 17 '23 05:08 jford-ctm

This would be great if dbx supported the run_job_task type, and it should be able to perform the lookup by Job Name rather than supplying the job_id as per the API.

To add, this means the job_id value has to be initialised on the workflow prior to retrieval step as the id cannot be pre-defined. In other word, the child job needs to be deployed before the parent job.

nathnx avatar Sep 07 '23 09:09 nathnx