added

skipExportData configuration option

A new OneSchemaConfig option has been added: skipExportData

This changes the behavior of the success event (onSuccess callback in React) when not including a webhookKey. Instead of sending all of the data from the list, we will only send the sheet_id. You can then use our S3 URL to request the entire data file or use our Paginated Get endpoint to request batched data.

We recommend this config option for customers who anticipate their end users will upload large files. By setting skipExportData=true, your end users can proceed inside of your app, without having to wait for their import to completely process.

You can learn more about the config in our docs.