We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
validate
event
In some cases you want to use validate for something internal, like a downstream api call with returns a list of data:
Currently validate type hints event as only a Dict, but it might be a List or Tuple etc..
Dict
List
Tuple
Just type event as Any
Any
Status