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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠