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?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.