datahub version: v0.8.41 Currently there is no chance to infere JSON schema from file that contain muitple lines/docs. ```json {"id":1, "text": "foo"} {"id":2, "text": "bar"} ``` It's a very convenient way to put many JSON docs into a single file. It allows to have well organized and easy managed datasets. Currently inferring such files produces error: ```shell could not infer schema for file s3://path/to/file.json: ' 'Trailing data'] ``` [Slack conversation](https://datahubspace.slack.com/archives/CUMUWQU66/p1659972630524659)