To add an existing Dataset to a Project, use the <dataset_hash>.
add_datasets()
throws an error if it is unable to add a dataset to a project. See the doc-string documentation for further details.You can remove existing Datasets from a Project, using the dataset <dataset_hash> for every Dataset that needs to be removed. To get those hashes, you can follow the example in Listing existing Datasets.
remove_datasets()
throws an error if it is unable to remove a dataset from a project. See the doc-string documentation for further details.To add an existing Dataset to a Project, use the <dataset_hash>.
add_datasets()
throws an error if it is unable to add a dataset to a project. See the doc-string documentation for further details.You can remove existing Datasets from a Project, using the dataset <dataset_hash> for every Dataset that needs to be removed. To get those hashes, you can follow the example in Listing existing Datasets.
remove_datasets()
throws an error if it is unable to remove a dataset from a project. See the doc-string documentation for further details.