cancel
Showing results for 
Search instead for 
Did you mean: 
holychs
New Contributor III
since ‎12-05-2024
a month ago

User Stats

  • 6 Posts
  • 1 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I have a parent job that calls multiple child jobs in workflow, Out of 10 child jobs, one has failed and rest 9 are still running, I want to repair the failed child tasks. can I do that while the other child jobs are running?
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 ...
Hi Community, I am trying to run a Databricks workflow job using run_job_task under a for_loop. I have set the concurrent jobs as 2. I can see 2 iteration jobs getting triggered successfully. But both fail with an error:"ConnectException: Connection ...