Hi All,
I'm hoping to figure out the best solution for the following use case -
I have an s3 bucket with a series of files that get uploaded on an irregular basis (could be daily, weekly, monthly). I also have a table that previous files have been loaded into that have all file_names previously uploaded.
The goal would be to check my s3 bucket on a daily basis, see if any of the files are new, and if they are, import them into our Redshift Table.
Does anyone have a way that they have handled this?