Replies: 1 comment 1 reply
-
good idea! Yeah you can monkey patch |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a situation where we do a tremendous amount of calls and would prefer not to have the overhead of Pandera. Therefore we would like to be able to disable it altogether. I could not find an option for this yet.
Work-around I am thinking of for now is to wrap
pa.check_types
into a new decorator and have it listen toPANDERA_DISABLE_RUNTIME_CHECKING=1
.Beta Was this translation helpful? Give feedback.
All reactions