Product updates

Append data to a dataset

We’ve just released one of the most highly requested improvements to our Datasets API - the ability to append new records to a dataset without replacing all of the existing ones.

This makes it substantially easier to integrate with data sources that don’t provide access to historic data, as you no longer have to manage that state yourself. Every time you have new data, simply send it to us and we’ll take care of adding and updating the records in your dataset.

Support for the new append method is available in both our Node and Ruby client libraries, and you can read more about how to use it on our developer docs.