I am loading the data from Amazon RDS(Aurora database) to Redshift using AWS Glue ETL. But I can't figure out how to do incremental loading(upsert)? Is there a way to create a filter/parameter on date while reading from source database to load only new/changed records to Redshift?
I see that S3 source works with AWS bookmarks but what is the option in case of relational database. your suggestions are greatly appreciated!! Thank you!