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
posta 2 anni fa160 visualizzazioni
Nessuna risposta

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande