Hi i have a blob storage with multile unzip folders with the same suffix folder_report_name_01_2023_01_02 -> file_name_2023_01_02.xlsx
But i want to load all of this data using pandas or pyspark and insert in my delta table.
I'm trying to using widgets but i dont want to input manually all the names, exist a way to change this folder and file name automatically?