Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2025 01:06 AM
Hi @Nexusss7
Out of curiosity, I tried to retrieve the resolved task parameter values. Finding a way to retrieve executed sub-tasks by the for_each task using APIs was challenging. So, I devised a solution using API and system tables.
I simplified the job as follows, focusing on the key parts. The resolved values were successfully retrieved. The whole notebook code is available here. I hope this helps! https://gist.github.com/koji-kawamura-db/ac46d736d411a13cfe70818afdd4b6ec
This notebook shows how to retrieve the resolved task input parameters of executed tasks by a for_each task. - 112335.ipynb
