Will it be possible to pass parameters between notebook activities in a pipeline in Fabric?
I tested and it works to pass parameters from For Each activity to a notebook activity, however, I couldn't find a way to pass parameters to the next Notebook activity...
Found some documentation from Synapse Notebook and you can use
mssparkutils.notebook.exit() but it doesn't work... I couldn't find the way to configure the parameters in the next notebook
This is the last code block at the first notebook.
mssparkutils.notebook.exit({
"table_path": table_path,
"table_name": table_name
})
This is the parameter configuration that I tested... but doesn't work.
@activity('Copy table to Lakehouse').output.table_path