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
posta 2 mesi fa201 visualizzazioni
1 Risposta
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
ESPERTO
con risposta 2 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande