Getting the following error The character number in one record is more than our max threshold, maxCharsPerRecord: 1,048,576
while running any query and trying to fetch any record.
I've tried changing from JSON schema to CSV but that hasn't worked. After a bit of research I found out it was a limitation of the AWS solution. Is there a way to find out which record that is larger than 1 MB with the downloaded data from properties.ldjson.gz?
You can download the file, then use some Unix commands/python code:
Unix:
Python: