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?

gefragt vor 9 Monaten422 Aufrufe
1 Antwort
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
EXPERTE
beantwortet vor 9 Monaten
  • Thanks. and this query would be written and executed from outside glue?

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen