Forum Discussion
Fabric Notebook notebookutils.notebook.exit('Output Value') not working
- 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.
Hi Arundhati_Sen1,
We have not received a response from you regarding the query and were following up to check if you have found a resolution. If you have identified a solution, we kindly request you to share it with the community, as it may be helpful to others facing a similar issue.
If you find the response helpful, please mark it as the accepted solution and provide kudos, as this will help other members with similar queries.
Thank you.
Below solution does not help me with notebookutils.notebook.exit() issue.
I need to import Fintech library for my solution.
Is there any alternative to notebookutils.notebook.exit() to get the response back to data pipeline?