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?

preguntada hace 9 meses423 visualizaciones
1 Respuesta
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
EXPERTO
respondido hace 9 meses
  • Thanks. and this query would be written and executed from outside glue?

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas