Forum Discussion

tobazan's avatar
tobazan
Frequent Visitor
1 year ago
Solved

Python (not spark) Notebook exitValue issue

Is it a known issue that plain Python notebooks in Fabric don't return exitValue as expected?   I tried ```notebookutils.notebook.exit(json.dumps(json-object))``` as an alternative to the msspark...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi tobazan,

     

    Explicit Output Management: Instead of relying on the exit() method, store the output in a predefined location that the pipeline can read, e.g., Azure Blob Storage or a SQL database.

     

    Regards,

    Vinay Pabbu