visch
01/11/2023, 7:50 PMaaronsteers
01/12/2023, 4:45 AMvisch
01/13/2023, 3:47 PMwhen the target uses a SQLSink.process_batch()
😄aaronsteers
01/13/2023, 6:47 PMaaronsteers
01/13/2023, 6:48 PMbatch_config
, but then we either are merging or creating conflicts with the two meanings of "batch" - and I don't know of any obvious solutions right to give sufficient clarity.aaronsteers
01/13/2023, 6:50 PMvisch
01/13/2023, 8:02 PMrow_flush_count
? I'm bad at names, hmm chatgpt let's go.
flush_count_per_row
record_flush_size
single_record_debug_mode
flush_rate_per_row
record_debug_size
per_row_flush_amount
record_flush_count
debug_flush_size
single_record_processing
row_flush_amount
record_flush_rate
row_debug_size
per_record_flush_rate
row_flush_count
record_processing_debug
per_row_debug_size
row_flush_size
record_flush_debug
per_record_processing_debug
row_debug_amount
In target_base.py
there's a sink.is_full
check which is currently hardcoded to 10000 from the var in core.py
we could set this with our config value instead.visch
01/13/2023, 8:02 PMaaronsteers
01/13/2023, 9:06 PMaaronsteers
01/13/2023, 9:07 PMaaronsteers
01/13/2023, 9:10 PMvisch
01/13/2023, 9:11 PMaaronsteers
01/13/2023, 9:13 PMaaronsteers
01/13/2023, 9:16 PMaaronsteers
01/13/2023, 9:17 PMaaronsteers
01/13/2023, 9:18 PMvisch
01/13/2023, 9:22 PM