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?

feita há 8 meses310 visualizações
1 Resposta
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
ESPECIALISTA
respondido há 8 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas