AWS Glue job bookmarks and JDBC views

0

Hi all, I'd like to check if anyone has ever had any feedback from AWS regarding the current behavior of job bookmarks when you're sourcing from a database view. What the documentation explains (https://docs.aws.amazon.com/glue/latest/dg/monitor-continuations.html) is more related to actual tables. So, it is implied that since views don't actually have a primary key themselves, they are not tracked. That is exactly what happens, and for my current uses this is not a problem, it is what I intend to do because I'm using the database view data in the job as reference data. What I also wonder is if this can be changed in the near future.

gefragt vor 6 Monaten315 Aufrufe
1 Antwort
0

You would have to specify the columns from the view that act as a bookmarkKeys (which is a good practice to do even for tables for visibility)

profile pictureAWS
EXPERTE
beantwortet vor 6 Monaten

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