Skip to main content

class IncompleteRunHistoryError

Description

Raised when run history has incomplete history. Incomplete history occurs when some data has not been exported to parquet files yet, typically because the run is still ongoing.

Methods

method add_note

Exception.add_note(note) — add a note to the exception

method with_traceback

Exception.with_traceback(tb) — set self.traceback to tb and return self.