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';
已提问 7 个月前241 查看次数
1 回答
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
已回答 7 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则