Hello friends.
I have a Notebook that has few parameters that are used for Data processing, like SourceTable, TargetTable etc. The Notebook then loads data from Source and upsert to Target after some transformation. The notebook store the rows_inserted and rows_updated in 2 variables. This Notebook is called from a Fabric Data Pipline. I want help to return these rows_inserted and rows_updated variables to the caller Pipeline. How can I do that?
Thanks,
Prabhat