feat(etl): implement DbBulkImportDestination for full table refresh

Add bulk import destination that truncates and loads data using
SqlBulkCopy with configurable batch sizes and streaming support.
This commit is contained in:
Joseph Doherty
2026-01-03 09:22:57 -05:00
parent 8594baf11d
commit 63a0e7cf7e
3 changed files with 147 additions and 0 deletions
@@ -28,6 +28,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\JdeScoping.DataAccess\JdeScoping.DataAccess.csproj" />
<ProjectReference Include="..\..\src\JdeScoping.DataSync\JdeScoping.DataSync.csproj" />
</ItemGroup>