Diagrams
Export results
Overview of the possible methods to export results from a batch job
This section applies only to batch jobs
Webhook notification
This is the recommended flow to export results as it does not require constant requests to check stream states, and assures the delivery using the exponential backoff retry mechanism.
This method requires an accessible server to receive the notifications.
Polling
Use this method for developing and testing, or when exposing an HTTP server is not possible.