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?

posta 9 mesi fa424 visualizzazioni
1 Risposta
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
ESPERTO
con risposta 9 mesi fa
  • Thanks. and this query would be written and executed from outside glue?

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande