Skip to main content

Documentation Index

Fetch the complete documentation index at: https://wb-21fd5541-python-sdk-testing.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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:

add_note

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

with_traceback

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