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

[feat][vsc extension] update validators #156

Open
1 task
techsavvyash opened this issue Jul 28, 2023 · 1 comment
Open
1 task

[feat][vsc extension] update validators #156

techsavvyash opened this issue Jul 28, 2023 · 1 comment

Comments

@techsavvyash
Copy link
Collaborator

  • Add the validation for ensuring unique combinations of all dimensions in each row for a event data file.
    For example:
state_id,grade_diksha,subject_diksha,avg_play_time_in_mins_on_app_and_portal
12,Class 1,English,1.58
12,Class 1,English,3.77

should throw an error saying that a combination of dimensions is present simultaneously

@techsavvyash
Copy link
Collaborator Author

techsavvyash commented Oct 7, 2023

Linked with other validation related tickets. The plan is to make the validator as a separate service and use it in the VSC extension directly, till the time the package is available the task is to abstract out the validators inside the codebase and use them as a module, that module itself can then be published.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant