- Deleted `seed-manzana.go`, `site-holder-attach.go`, `types.go`, `utils.go`, `main.go` files from both `mssql-info-test` and `mssql-test` directories. - Removed `pg-info-test/main.go` and `test-etl/main.go` files. - Eliminated `wkb-to-ewkb/main.go` for unused WKB to EWKB conversion functionality. - Cleaned up associated functions and types that are no longer needed.
36 lines
737 B
YAML
36 lines
737 B
YAML
max_parallel_workers: 4
|
|
source_db_type: postgres
|
|
target_db_type: sqlserver
|
|
|
|
defaults:
|
|
batches_per_partition: 4
|
|
max_extractors: 2
|
|
extractor_batch_size: 5000
|
|
extractor_queue_size: 8
|
|
max_transformers: 2
|
|
transformer_batch_size: 12500
|
|
transformer_queue_size: 8
|
|
max_loaders: 4
|
|
loader_batch_size: 25000
|
|
partition_calculation_strategy: EXACT
|
|
truncate_target: true
|
|
truncate_method: TRUNCATE
|
|
retry:
|
|
attempts: 3
|
|
base_delay_ms: 500
|
|
max_delay_ms: 10000
|
|
max_jitter_ms: 500
|
|
max_failed_partitions: 5
|
|
max_failed_batches_load: 5
|
|
|
|
jobs:
|
|
- name: demo_users_reverse
|
|
enabled: true
|
|
source:
|
|
schema: demo
|
|
table: users
|
|
primary_key: id
|
|
target:
|
|
schema: demo
|
|
table: users
|