|
|
ecf0937a53
|
feat: add database wrapper interfaces for mssql and postgres
Introduce a DB dialect interface and per-dialect wrappers that expose connection, query and column type operations with pre/post SQL hooks.
|
2026-04-15 19:00:00 -05:00 |
|
|
|
74abf12dcf
|
feat: add exponential backoff retry strategy
Introduce a retry policy with exponential backoff and jitter for extractor and loader errors, with configurable max attempts and delay caps.
|
2026-04-13 14:00:00 -05:00 |
|
|
|
7f3d2b8cc4
|
refactor: rename Batch to Partition across pipeline
Rename internal types and channels from Batch to Partition for consistency with the data model.
|
2026-04-11 18:00:00 -05:00 |
|
|
|
1f8689cdfc
|
feat: add configuration parsing and job definitions
Add a YAML config schema for migration jobs (source/target schema, table, primary key, options) and parse it at startup.
|
2026-04-10 14:00:00 -05:00 |
|
|
|
4f181269a4
|
feat: add extract query builders for both dialects
Add QueryFromObject helpers to build select queries from a table schema, with limits and geometry support.
|
2026-04-09 16:00:00 -05:00 |
|
|
|
c5987fa7f8
|
feat: add type transformations (uuid, wkb, datetime)
Apply row-level transformations for special mssql types: uniqueidentifier, geometry/geography (WKB to EWKB) and datetime (UTC).
|
2026-04-08 11:00:00 -05:00 |
|