I'm running a crawler over a folder containing several files with different schemas. I expect so to find a table for each file.
What happens is that in the Glue Catalogue I can actually see a table for each file, with its own schema. But when I try to query it via Redshift Spectrum (after creating the external schema etc.) I get this exception:
[XX000][500310] [Amazon](500310) Invalid operation: Parsed manifest is not a valid JSON object.
How to fix it?