Values.JobInputOptionsSourceConfiguration for input data location and format. Input files have a limitation of 10gb per file, and 1gb per Parquet row-group within the file.
type nonrec t = {location : JobInputLocation.t;S3 ARN or URI where input files are stored. The Amazon S3 bucket must be created in the same Amazon Web Services region where you plan to run your job.
*)format : JobInputFormat.t;Input data format. Currently only Parquet is supported. Input files have a limitation of 10gb per file, and 1gb per Parquet row-group within the file.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of JobInputLocation.t ]) list ]