Values.BatchSourceBatch defines the boundaries for ingestion for each step in APPFLOW_INTEGRATION workflow. APPFLOW_INTEGRATION workflow splits ingestion based on these boundaries.
type nonrec t = {startTime : Timestamp.t;Start time of batch to split ingestion.
*)endTime : Timestamp.t;End time of batch to split ingestion.
*)}