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
demandé il y a 2 ans160 vues
Aucune réponse

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions