Invalid S3 request when creating Iceberg tables in Athena

0

I'm having trouble creating iceberg tables in Athena. I keep getting "Invalid S3 request" as an error message.

CREATE TABLE iceberg_test (
    event_date timestamp, 
    log string
)
PARTITIONED BY ( 
    hour(event_date)
)
LOCATION
    's3://bucket/iceberg/test'
TBLPROPERTIES (
    'table_type'='ICEBERG'
);
jho
feita há 2 anos160 visualizações
Sem respostas

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