Transfer / pass a parameter outside databricks workflow
Boris Perchinkov
0
Reputation points
Hello,
in a synapse pipeline, through a web activity i call / execute a databricks workflow job.
The job has couple of notebooks that execute depending on some logic inside the job itself.
When the notebooks finish, i want to output some parameters outside those notebooks back to the synapse pipeline's next activity.
is this possible / is there a way to do it ?
I tried using
dbutils.notebook.exit
but the message / value i output is not shown in the web activity output.
any suggestion is welcome,
Thanks
Sign in to answer