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';
質問済み 6ヶ月前235ビュー
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
回答済み 6ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ