EveryDay My Data Bricks job dumping data in YYYY/MM/DD/HH format folder in Blob Storage
like this -
hourlydata/2021/03/10/00/part-00000-tid-8b61-4d85-a6cb-249245ccad76-39980-1-c000.csv
hourlydata/2021/03/10/01/part-00000-tid-9c81-dc555aaa0f8-41519-1-8c3-46ca-97-c000.csv
hourlydata/2021/03/10/02/part-00000-tid-9c81-dc555aaa0f8-41519-1-8c3-46ca-97-c000.csv

I have a data set that resides under a folder path where the date is dynamic, inside each hour folder along with CSV files, we have other files also. But I want to select only the CSV file.
As soon as my Databricks Jobs dumps data every hour, I would like to read those new data using data factory and load it into a database, please suggest