Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2026 12:33 PM
Ok, I think this makes much more sense and I see how it could work.
The only thing I would say as far as how we're trying to implement this, rather than having the intermediary `get_child_run_id` notebook task, I am trying to get the `child_run_id` inside of the parent2 run_job rather than it being passed via the intermediary step. We can still accomplish this by including the dynamic value reference `{{tasks.parent1.run_id}}` as a job parameter for parent2. This way, once the parent2 run_job has the parent1 run_id, we can follow similar steps as what you outlined.
Thank you for your assistance! This helps confirm my solution path.