Getting list of csv files through directory browser and parsing by date
Hey All, So I’ve been trying to develop a pipeline that reads a bunch of files from an s3 bucket, checks which ones are no more than a week old, and then sends those to be parsed and eventually uploaded into snowflake. I’ve already been able to read ...