What is the differences between dataset.clone and dataset.copy?
Ask by Sumit Kesarwani
Updated 15 Sep 2020
Dataset.clone copies just the structure of dataset (including all the datatables, schemas, relations and constraints.); however it doesn’t copy the data.
Dataset.copy, copies both the dataset structure and the data.