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(dataset.Structure): add ErrCount field to structure #58

Merged
merged 1 commit into from
Jan 24, 2018

Conversation

b5
Copy link
Member

@b5 b5 commented Jan 24, 2018

dataset.Structure now has a field to store the number of validation errors in a given dataset. dsfs.CreateDataset now fills this out at time of dataset creation automatically.

closes #47

dataset.Structure now has a field to store the number of validation
errors in a given dataset. dsfs.CreateDataset now fills this out
at time of dataset creation automatically.

closes #47
@ghost ghost assigned b5 Jan 24, 2018
@ghost ghost added the in progress label Jan 24, 2018
@b5 b5 requested review from osterbit and ramfox January 24, 2018 14:30
Copy link
Contributor

@osterbit osterbit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 👍

@b5 b5 merged commit 2f2f696 into master Jan 24, 2018
@b5 b5 deleted the 47_validate_on_create branch January 24, 2018 15:23
@ghost ghost removed the in progress label Jan 24, 2018
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

Successfully merging this pull request may close these issues.

Add a Tabular and Errors to Structure
2 participants