taeef_najib
01/24/2024, 8:13 PMtap-stripe
and target-csv
, it returns 5 separate csv files. My target-iceberg
connector can't handle that. Could anyone point me in the right direction about handling issues related to multiple batches (if I'm addressing it correctly)? Here's my target-iceberg
repo: https://github.com/taeefnajib/target-iceberg
I suppose there needs to be some changes in start_batch()
and process_record()
in the sinks.py
file. Any help would be much appreciated.