2
Is it possible to use AWS Glue to retrieve data incrementally in a semi-structured SQL database? The data on-premise that I intend to export to the AWS cloud are in a single table, with primary key, but no linear increment of this key and no insertion date for reference. I need to run a job running every eight hours and searching only for new data entered in the table.