I am see the following error when trying to view a...
# help
a
I am see the following error when trying to view a file with a
.jsonl
extension, which is newline-delimited JSON (sometimes also has
.ndjson
extension)
Copy code
lakeFS doesn't know how to render this file (extension = "jsonl", content-type = "application/octet-stream")
This appears in the object view in the LakeFS UI. Is that something which support could be added for? Having JSON syntax highlighting on each row would be nice, but just showing the text would be great as well.
i
Hi @Aaron Taylor! Currently we don’t support preview with jsonl format. Feel free to communicate the request here.
πŸ‘Œ 1
a
I submitted a PR for adding support for this file format: https://github.com/treeverse/lakeFS/pull/8136 (at least what seemed sufficient to me)
πŸ™ 2
πŸ’― 1
a
@Aaron Taylor PR has been merged and released in v1.38.0
πŸ‘ 1
gratitude thank you 1