Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix "This Session's transaction has been rolled back"
Accessing the run_id(self.run_id) on exception leads to error because sessions are invalidated on exception. Here we extract the run_id before handling the exception
- Loading branch information