potiuk opened a new issue, #29069: URL: https://github.com/apache/airflow/issues/29069
### 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: https://github.com/apache/airflow/issues/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: https://github.com/apache/airflow/issues/27328#issuecomment-1386626513 and there are some ideas how this might be done. However we are open for any way of doing it ### Committer - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow project. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
