Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add config validation #4

Open
anand-infocusp opened this issue Sep 16, 2024 · 0 comments
Open

Add config validation #4

anand-infocusp opened this issue Sep 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@anand-infocusp
Copy link
Collaborator

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.
@anand-infocusp anand-infocusp added the enhancement New feature or request label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant