Cue Validation in memory in Python #2143
Unanswered
suryaiyer95
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to apply a large number of validations at once. I want to do them in memory in python
A few questions:-
The alternate approach I see is to build a parser in python specific to my use case. But It feels like I am losing cue's main functionalities when I do that.
Is there any set of best practices for doing a large number of validations in a optimal manner?
Appreciate your help and suggestions!
Beta Was this translation helpful? Give feedback.
All reactions