Using python, I should go till cwp folder and get into the date folder and read the parquet file. I have this folder structure inside s3.
Sample s3 path:
bucket name = lla.analytics.dev
path = bigdata/dna/fixed/cwp/dt=YYYY-MM-DD/file.parquet
s3://lla.analytics.dev/bigdata/dna/fixed/cwp/dt=2021-11-24/file.parquet
dt=2021-11-25/file.parquet
dt=2021-11-26/file.parquet
........................
........................
dt=YYYY-MM-DD/file.parquet
I should access the recent date folder and read the files into dataframe from s3