Batch Append
Another way to enrich records is via batch appends. This method may be suitable if:
You need to enrich a very large number of records at a time, but the frequency of these requests is not very high (e.g., once a month).
Your preferred integration method is via files (csv or parquet) deposited in an S3 bucket, via SFTP or downloaded locally from a web application.
There are two ways to perform a batch append:
Updated 8 months ago