У меня есть поток данных ADF, который включает фильтр, как показано ниже:
![enter image description here](https://i.stack.imgur.com/0lFRd.png)
I need to set a parameter and set a condition before filter and based on that condition it should or should not perform filter step.
For example, parameter = environment
If environment = non prod, do filter transformation
Else If environment = prod, skip filter transformation.
Is there a way to add this parameter and condition via ADF Data Flow?
UPDATE:
I added a parameter as follows:
I added a conditional split as follows:
введите описание изображения здесь
Это не пропускает преобразование фильтра, если environment = prod. Я что-то упустил?