Problemunvalidated
I have a table named `payments`. This table consists of millions of records — at the end of every day I need to read the data. Tension: check for any payments that are past due date, if any payments are past due date, I need to mark the payment as "Overdue". Outcome: How can I achieve this in an optimized way using the AWS glue spark job?
cbe8744c-f5f9-41f7-bed4-1cea94984017
I have a table named payments. This table consists of millions of records — at the end of every day I need to read the data. Tension: check for any payments that are past due date, if any payments are past due date, I need to mark the payment as "Overdue". Outcome: How can I achieve this in an optimized way using the AWS glue spark job?