Closed DerrickRice closed 5 years ago
Related to #137
@mollysacks this is asking for a convenience function that does:
Design should be Collection#create
e.g. DatasetCollection.create
, not Project#create_dataset
or Client#create_dataset
.
@mollysacks this is relevant for #150
💬 RFC
Trying to upload new data. I would prefer to create a new dataset, but the API doesn't support that. Instead, I need to use
Dataset.update_records
.I would like to be able to create a new dataset.
🔦 Context
Concerns with updating into an existing dataset:
recordId
values, which requires additional management.It appears that the server's API does support the creation of new datasets, but this isn't provided in the python client. https://docs.tamr.com/reference#create-dataset
💁 Possible Solution