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?

asked 8 months ago378 views
1 Answer
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
EXPERT
answered 8 months ago
  • Thanks. and this query would be written and executed from outside glue?

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