load_jsonl_rows#

eclypse.report.backend.load_jsonl_rows(path, report_type)[source]#

Load JSONL report entries and normalise them into tabular rows.

Parameters:
  • path (Path)

  • report_type (str)

Return type:

list[dict[str, Any]]