We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ae1d4 commit a227607Copy full SHA for a227607
archive_query_log/export/jsonl.py
@@ -55,7 +55,7 @@ def map_batch(
55
)
56
dataset.write_json(
57
str(output_path.resolve()),
58
- line_delimited=True,
+ default_handler=str,
59
60
61
0 commit comments