https://prefect.io logo
f

Florian Guily

06/17/2022, 3:07 PM
hey, using case statement in prefect 1. Is there a way to evaluate the argument to be != to the result instead of == ?
or should i create a task that do this evaluation and return true false ?
k

Kevin Kho

06/17/2022, 3:12 PM
No that is strict equality 😐 . Yeah…you would need another task
f

Florian Guily

06/17/2022, 3:13 PM
ok no prob thanks !
5 Views