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';
asked 6 months ago222 views
1 Answer
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
answered 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions