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:
@@ -273,7 +273,7 @@ public class SecureStoreSection
|
||||
public class PipelinesSection
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the path to the pipelines configuration file.
|
||||
/// Gets or sets the directory containing pipeline.*.json files.
|
||||
/// </summary>
|
||||
public string ConfigPath { get; set; } = "Pipelines/pipelines.json";
|
||||
public string ConfigDirectory { get; set; } = "Pipelines";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user