Dynamically multiple subfolder

I’ve got a bucket that have many schemas extractions, each schema of DB is a folder, and inside the subfolders is the tables i need, (ex: Schema1/Table1/xxxxx.parquet , Schema2/Table1/xxxxx.parquet).
How do i query theses subfolder that contains iceberg tables?
Exist something like this: bucket/…/Table1/______.parquet ??

@meneizs If these are Native iceberg tables you should query the top level folder and the folders below are partitions, can you please provide the describe formatted of the Iceberg table from Spark? Were these created by Dremio?