You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NDJSON format (basically adding a new-line separator), e.g.
def construct_jsonl_str(items) -> str:
json_str = ''
for item in items:
json_str += json.dumps(item) + os.linesep # added workaround to convert to NDJSON
return json_str
log message with s3 key to be put (probably somewhere here)
Please add compression to concatenated file
P.S I can contribute the requestd above logic by myself, if possible
The text was updated successfully, but these errors were encountered:
diman82
changed the title
feature request: add support for NDJSON & add log message with s3 key to be put
feature request: add support for NDJSON, log message to pushed s3 key & compression
May 17, 2023
Hi @xtream1101
Please add support for:
log message with s3 key to be put (probably somewhere here)
Please add compression to concatenated file
P.S I can contribute the requestd above logic by myself, if possible
The text was updated successfully, but these errors were encountered: