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.

paths: 'list[pathlib.Path]',
contains_live_data: 'bool',
errors: 'dict[pathlib.Path, str] | None' = None

Description

Result of downloading a run’s history exports. Attributes: paths: The paths to the downloaded history files. errors: A dictionary mapping file paths to error messages for files that failed to download. None if all downloads succeeded. contains_live_data: Whether the run contains live data, not yet exported to parquet files.

Args:

  • paths: The paths to the downloaded history files.
  • contains_live_data: Whether the run contains live data, not yet exported to parquet files.
  • errors: A dictionary mapping file paths to error messages for files that failed to download. None if all downloads succeeded.