Dataset Update through API
We have a requirement to Update the Dataset with API.
Currently we are manuall placing the .csv file to the dropzone and then updating the Dataset. But as we want to automate this we want to call the API from the other server and update the dataset in aperture.
Is the below api we can use to update the Dataset or it only supports creating new dataset
Comments
-
That API is used to create a new dataset. https://docs.experianaperture.io/data-quality/aperture-data-studio-v2/extend-data-studio-functionality/use-the-rest-api/#create-and-manage-datasets
A file placed (manually or using an automated process) in a Dataset dropzone will automatically be processed and update the Dataset in Data Studio. No API is required to update the Dataset it will happen automatically whenever there is new data detected:
0