feat: add max partition and chunk error limits to extractor and loader error handlers
This commit is contained in:
@@ -10,6 +10,8 @@ defaults:
|
||||
batches_per_partition: 8
|
||||
truncate_target: true
|
||||
truncate_method: TRUNCATE # TRUNCATE | DELETE
|
||||
max_partition_errrors: 5
|
||||
max_chunk_errors: 5
|
||||
retry:
|
||||
attempts: 3
|
||||
base_delay_ms: 500
|
||||
|
||||
Reference in New Issue
Block a user