feat(datasync): add pipelines.json config for all sync tables
Configure ETL pipelines for all 9 sync tables: - WorkOrder_Curr, Lot, LotUsage_Curr (JDE) - Item, WorkCenter, ProfitCenter (JDE) - JdeUser, Branch (JDE) - MisData (CMS) with postScript for ProcessedFlag update Each pipeline includes: - Source query with JDE Julian date/time parameters - Sync modes for mass (365 day lookback, prePurge, reIndex) and incremental (7 day lookback) operations - Destination table with match columns and updateWhen conditions
This commit is contained in:
@@ -31,4 +31,10 @@
|
||||
<PackageReference Include="ZstdSharp.Port" Version="0.8.1" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="Pipelines\pipelines.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user