Hi Everyone,
I have a query regarding extracting the resolved value of the 'Input' parameter (highlighted in yellow in the attached images) from a Databricks workflow run.
The images show:
- The foreach task receives its input from the Metadata_Fetcher task as:
- Inputs = {{tasks.Metadata_Fetcher.values.table_config_file_path_list}}
- In the workflow, a foreach task runs child tasks concurrently, and the config_file parameter is dynamically assigned as {{input}}, coming from the foreach task.
- The workflow run output shows how {{input}} gets resolved for each iteration.
I want to extract this resolved parameter value of ‘input’ for each run instance using Databricks REST API calls or system tables.
Does anyone know how to achieve this? Any insights or suggestions would be greatly appreciated!


