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
已提问 2 个月前201 查看次数
1 回答
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
专家
已回答 2 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则