refactor(configmanager): migrate to per-file pipeline system
Align ConfigManager with DataSync's per-file pipeline format (pipeline.*.json) by reusing EtlPipelineConfig types directly, eliminating duplicate models and simplifying the codebase. Removes ~3200 lines of obsolete code.
This commit is contained in:
@@ -30,8 +30,7 @@ public class ScheduleCheckerTests
|
||||
_pipelines = [];
|
||||
_options = Microsoft.Extensions.Options.Options.Create(new DataSyncOptions
|
||||
{
|
||||
LookbackMultiplier = 3,
|
||||
DataSources = []
|
||||
LookbackMultiplier = 3
|
||||
});
|
||||
|
||||
// Setup pipeline registry to return our pipeline list
|
||||
|
||||
Reference in New Issue
Block a user