We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9befcc0 commit 0e36111Copy full SHA for 0e36111
1 file changed
tests/test_reporting/test_error_utils.py
@@ -43,7 +43,7 @@ def test_dump_processing_errors():
43
],
44
perror_schema
45
)
46
- error_df = pl.read_json(
+ error_df = pl.read_ndjson(
47
Path(output_path, "processing_errors.jsonl")
48
49
cols_to_check = ["step_name", "error_location", "error_level", "error_message"]
0 commit comments