Add fields in an athena table

0

I need to make an update to a table in athena called businesses. The table schema was updated in Github, Lamdba, Glue and the new fields appear in the table in Athena, however they appear empty, for that a crowlers run was carried out, and MSCK REPAIR TABLE, however the fields continue to appear. empty fields. What process is needed?

已提問 8 個月前檢視次數 310 次
1 個回答
0

Normally you cannot just add fields to s3 backed tables, you have to add the data to the data files and then update the schema (making sure it's compatible with existing files).
All this depends on the format and kind of table.

profile pictureAWS
專家
已回答 8 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南