Values.ImportDataSourceSourceAn object that contains details about the data source of the import job.
type nonrec t = {s3Url : S3Url.t;An Amazon S3 URL in the format s3://<bucket_name>/<object>.
*)dataFormat : DataFormat.t;The data format of the import job's data source.
*)}