Running child job under parent job using run_job_task

holychs
Databricks Partner

Hi Community,

I am trying to call another job under a workflow job using run_job_task. Currently I am manually providing job_id of the child job. I want to know if there is any way to pass job_name instead of run_id. This will automate the deployment across multiple workspaces. 

Another workaround for me is to extract the job_id of the given job_name from the workspace and update it in the parent job yaml configuration during the deployment. 

I am using github action for this. Any suggestions?