Papermill doesn't send over the exception object on raise so we have to use yield_event
Details
Details
added tests
Diff Detail
Diff Detail
- Repository
- R1 dagster
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
To be clear in vanilla solids you still have to raise these right?
Yep - I tried to match that API here too - but PapermillExecutionException only captures the string name of the raised exception (in addition to context of the cell that raised it) so we are stuck using yield_event