Prevent templated field logic checks in __init__
of operators automatically
#29069
Closed
1 task done
Labels
kind:meta
High-level information important to the community
Body
It happens all-too-often that in our operators we have some initialization logic that checks the content of templated fields or generally parameters passed to the operators. This however has an adverse effect that if those checks assume some content or type of those fields, there are a number of cases that those checks are wrong.
Example here: #27328
We should have a way to automatically check if someone is performing such logical checks in all our operators.
This has been initially discussed here: #27328 (comment) and there are some ideas how this might be done.
However we are open for any way of doing it
Committer
The text was updated successfully, but these errors were encountered: