Using aws glue to update existing DB table rows

0

Hello. Can I use aws glue jobs to update rows that are already in a in a db table?

質問済み 9ヶ月前423ビュー
1回答
0

Not directly, you would need to write into a temporary table and then issue a SQL query (using JDBC or a Python library) to merge with the final table.

profile pictureAWS
エキスパート
回答済み 9ヶ月前
  • Thanks. and this query would be written and executed from outside glue?

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

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

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

関連するコンテンツ