Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2024 03:25 AM
Hi,
I have a Databricks job which orchestrates the run of two jobs: job1 and job2 using run_job_task.
job2 depends on job1 and would need to use the run_id of job1 as a parameter. How can this be done?
I see that you can only easily access the task run id of the job {{tasks.job1.run_id}}
Labels:
- Labels:
-
Workflows