Commit Graph

14 Commits

Author SHA1 Message Date
eb3c3bbfce feat: refactor error handling to use custom_errors.LoaderError for improved error management 2026-04-10 19:35:38 -05:00
d228a048b8 feat: update extractor error handling to use models.UnknownRowValues for improved type consistency 2026-04-10 19:29:07 -05:00
ca621352c9 feat: refactor models to improve type handling and enhance error management across migration processes 2026-04-10 19:27:27 -05:00
6345a0d694 feat: enhance migration job processing with detailed metrics and error handling 2026-04-09 21:55:19 -05:00
0d9f955b2f feat: enhance batch processing by adding rowsPerBatch parameter and improving logging messages 2026-04-09 19:46:45 -05:00
524d892a60 feat: refactor migration job structure to use SourceTableInfo and TargetTableInfo for improved configuration handling 2026-04-09 19:20:50 -05:00
b64a76ca45 feat: improve error handling and job cancellation in migration process 2026-04-09 00:38:16 -05:00
51480015ba feat: enhance concurrency management by adding WaitGroup support in extractors and loaders 2026-04-09 00:22:30 -05:00
dc632361e5 feat: implement loader error handling and refactor chunk processing in migration job 2026-04-08 23:42:31 -05:00
7924dd3af7 feat: refactor chunk handling in loader and transformer for improved data processing 2026-04-08 21:11:26 -05:00
8738ef92b7 feat: implement MSSQL bulk loading functionality with transaction handling 2026-04-07 16:21:10 -05:00
270a66dbbf feat: enhance logging and performance metrics for migration processes 2026-04-07 15:53:17 -05:00
7bb67ddfcf feat: refactor data extraction and loading functions for improved context handling 2026-04-07 12:55:05 -05:00
6da321c4bb feat: implement MSSQL row transformation and loading functions 2026-04-07 11:47:27 -05:00