Forum Discussion
Arundhati_Sen1
1 year agoFrequent Visitor
Fabric Notebook notebookutils.notebook.exit('Output Value') not working
Hi, I am trying to run MS fabic notebook from data pipeline and get the exitValue which is required to perform next steps. In my code I had to use python fintech library. When I am importing the fin...
- 1 year ago
Hi Arundhati_Sen1,
Thank you for your update.
As a workaround, kindly review the following steps that may assist in resolving the issue:
- Please refer to the Fintech library's documentation or source code to identify any known issues or conflicts with other modules.
- If the exit function is critical, consider placing the exit logic before importing the Fintech library, as this may help prevent any interference.
exit_value = {"status":"successful"}notebookutils.notebook.exit(exit_value)
from fintech import register
Additionally, please find below a reference link that may be helpful in resolving the issue:Solved: Re: Python (not spark) Notebook exitValue issue - Microsoft Fabric Community
If you find our response helpful, kindly mark it as the accepted solution and provide kudos. This will assist other community members facing similar queries.
Thank you.
FabianSchut
1 year agoSolution Sage
Does it work when you use
mssparkutils.notebook.exit()
instead of notebookutils?
Arundhati_Sen1
1 year agoFrequent Visitor
No I have verified that also is not working, same error