Is it posssibe to create a static dataset from 7 input datasets. because i want to delete these 7 input datasets
Hi @user07592,
You could utilize a dataflow and append the datasets together (assuming they have the same schema) to then create an output dataset. Afterwards you could delete the dataflow as well if you're not interested in keeping it or the 7 input datasets around.