I've created a crawler that looks at a PostgreSQL 9.6 RDS table with a JSONB column but the crawler identifies the column type as "string". When I then try to create a that loads data from an JSON file on S3 into the RDS table I get an error.I've created a crawler that looks at a PostgreS