AWS Glue - Data Catalog Read Extra Column

0

I'm running into an issue when reading a Glue Data Catalog data source in an Visual ETL AWS Glue job. An extra column is being added in called 'col40', which is not in the underlying file that was crawled. When I look at the Data Catalog table schema, I'm not seeing this extra column. Any idea what could be causing this unexpected behavior to occur?

Matt
preguntada hace 2 meses201 visualizaciones
1 Respuesta
0

The generated code uses DynamicFrame to infer the schema dynamically. You must be using CSV files and one or more of the rows have an extra field (or the separator escaping is not working correctly)

profile pictureAWS
EXPERTO
respondido hace 2 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas