Hello all I'm pretty new to Prefect and have a question that I hope fits here. I tried searching for it here but didn't see anything related.
We have a wrapper task around the task that Prefect provides for to run notebooks using papermill. It looks like when the papermill run fails, Prefect knows about and marks the task as failed. I assumed there is an exception being raised so I tried surrounding the call to run with try/except however was very surprised not to see any exception bubble up. Is there a different way that Prefect knows the papermill execution failed? Thank!!