Redshift documentation bug report: STORED AS is optional for CREATE EXTERNAL TABLE

0

Loading json files from s3, this runs fine but STORED AS is not marked as optional in the documentation

create external table spectrum.mytable(id int, updated_at timestamp)
ROW FORMAT SERDE 'org.openx.data.jsonserde.JsonSerDe'
location 's3://mybucket';
posta 7 mesi fa242 visualizzazioni
1 Risposta
0

Firstly, thank you for catching this.

The best way to report this is through the "Provide feedback" link towards the bottom of the page.

That will open a new window where you should select Type of issue as Incomplete information and fill out the details.

profile pictureAWS
con risposta 7 mesi fa

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