I created my own target-iceberg. However, it can t...
# getting-started
t
I created my own target-iceberg. However, it can take data from a single csv file or a single postgresql table. When I tried
tap-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.