adam_roderick
05/26/2022, 4:49 PMadam_roderick
05/26/2022, 4:52 PMprocess_record
?visch
05/26/2022, 4:53 PMprocess_record
visch
05/26/2022, 4:53 PMvisch
05/26/2022, 4:55 PMaaronsteers
05/26/2022, 6:02 PMOr can I just leave the batch method overrides empty and write each record as it is received inYes - you can certainly do just the process_record() implementation if your target is fine with singleton writes. (Some targets are really bad+slow at singleton writes, which is why the batch implementation is helpful in those cases.) To @visch's point, the SDK is designed to take care of it for you but if you have use cases where you need more control/visibility, those use cases would be helpful to discuss/understand.?process_record
adam_roderick
05/27/2022, 3:43 PMadam_roderick
05/27/2022, 3:43 PM