Trying to use AWS Glue to automatically crawl and catalogue JSON files in an S3 bucket as described here:
https://docs.aws.amazon.com/glue/latest/dg/add-crawler.html
Files smaller than 1mb are successfully catalogued however files greater than 1mb fail to be catalogued and are classified as Unknown
.
Have tried approach listed here: AWS Glue Crawler Classifies json file as UNKNOWN
However makes no difference.
Would love to know if anyone's had similar issues?