I would like a transformation to be run on a group of datasets, like all the datasets in a folder.
The use case is that I have users that need to upload multiple groups of JSON files as datasets. The groupings need to be defined by the user and no indication of their differences are stored in the JSON files themselves. The user has to make that distinction by uploading the files to a particular dataset or making by a new one. I then need to automatically run a transform on all of these to turn them into a structured datasets. I don't want the user to have to go to the data transform and add the new datasets, and then data lineage and add a new schedule for each dataset.
Is there any way to do this? Is there such thing as a dataset of datasets?