Replies: 1 comment
-
I cannot think of a built-in feature that can help with this. It sounds like you need a layer that generates your final config. Note that you can use
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The type of transform is fixed. Suppose there are 10 transforms, and these 10 transforms can form a pipeline, but the order might vary. If I have 10 different pipelines, I would need to write 100 transforms, which is not very flexible and might even affect performance. Is there a way to dynamically assemble the pipeline with these 10 transforms according to different sequences on a regular basis?
Beta Was this translation helpful? Give feedback.
All reactions