Skip to main content

Production Batch

Prototype with priority 0. Use priority 1 for the one-hour production SLA and higher quotas. Production jobs normally execute a published Function so the behavior you evaluated is the behavior applied to the full dataset.

Estimate before submitting

A dry run creates an estimate job and returns its job ID. It does not launch the full workload.

Submit without loading the file locally

For large inputs, pass a short-lived HTTPS GET URL for a CSV or Parquet object. We recommend using a presigned URL with a 1-hour expiration, as Sutro needs to be able to download the file within that time frame.
Use an immutable object key and a read-only signing identity. Treat the full presigned URL as a temporary credential.
CSV or Parquet columns must match the published Function’s inputs. See your Function’s configuration for the required columns.

Wait and download

Avoid materializing a large result as JSON:
Parquet downloads support resuming after interruption. Keep your source object until you have reconciled the result rows.