You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per title, use schema to validate the inputs. This would allow us to do many things.
Set base operator methods to extend functionality for validation
Set aliases properly for various parameters
Raise errors when input is not recognized
Validation should happen in base operator execute method and optionally call an aliasing method prior to running private _execute method. Then set validate method with different data types to trigger logic for validation and call back logic.
The text was updated successfully, but these errors were encountered:
Per title, use schema to validate the inputs. This would allow us to do many things.
Validation should happen in base operator execute method and optionally call an aliasing method prior to running private _execute method. Then set validate method with different data types to trigger logic for validation and call back logic.
The text was updated successfully, but these errors were encountered: