Expand description
Uploads a consolidated collection to S3
Structs§
- Copy
ToParameters - dyncfg parameters for the copy_to operator, stored in this struct to avoid
requiring storage to depend on the compute crate. See
src/compute-types/src/dyncfgs.rsfor the definition of these parameters.
Functions§
- copy_to
- Copy the rows from the input collection to s3.
worker_callbackis used to send the final count of rows uploaded to s3, or an error message if the operator failed. This is per-worker, and these responses are aggregated upstream by the compute client.sink_idis used to identify the sink for logging purposes and as a unique prefix for files created by the sink.