How do I import all datasets from a folder in code repository

I have a folder that contains parquet datasets. I need a function in code repository that looks in that folder, imports those datasets, then unions them all together.

Anyone have any code to help?