-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently config is not validated for parameters data types and values.
- Need to add validations for all config inputs
How to achieve this? One option is listed below
- We can add validate_params() method in each class which will validate data type for each parameter.
- Some classes expects params like metadata columns as input which need to exist in actual data - handle such cases of user input validation.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request