The Wayback Machine - https://web.archive.org/web/20200703205138/https://github.com/topics/data-validation
Skip to content
#

data-validation

Here are 108 public repositories matching this topic...

temp3l
temp3l commented Dec 25, 2019

reproduce:

  • try a schema without "properties" keyword in the playground
  • and a initial-formData of type object ...

=> make sure the formData is a string to have it fixed

Warning: Failed prop type: Invalid prop `value` supplied to `TextWidget`.
    in TextWidget
    in Unknown (created by StringField)
    in StringField (created by SchemaField)
    in div (created by WrapI
shsimeonova
shsimeonova commented Jun 4, 2019

Use-case abstract

I have the following validation schema and value, both incoming as jsons from REST:

{
  "premium": {"type": "float", "nullable": false,  "empty": false}
}
"form_data": {"premium": false}

I'm guessing it's because float(False) is evaluated to 0.0.
Sorry in advance if its something i haven't read carefully in the docs.
In here it sa

pointblank
danfowler
danfowler commented Feb 24, 2017

Overview

This issue contains CLI improvements

Tasks

  • support headers options
  • support granular check options
  • support providing validation config instead of options (like stringified json)

My guess would be:

goodtables --checks "{'duplicate-row': True}" datapackage datapackage.json 

But it returns:

goodtables.exceptions.GoodtablesE
cosmicBboy
cosmicBboy commented Apr 11, 2020

Currently, the SeriesSchema object doesn't validate the index of the schema. The purpose of this task is to extend the __init__ signature of SeriesSchema to take an index argument, which would take a pa.Index or pa.MultiIndex. In the validate / __call__ call, the index should be checked.

vemonet
vemonet commented Jan 9, 2020

Expected Behavior

Using RDFUnit in a Kubernetes environment

Actual Behavior

When running bin/rdfunit from inside a Docker container running in a Kubernetes pod we are facing the following issue:

[ERROR] No plugin found for prefix 'exec' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/ro
sappelhoff
sappelhoff commented Mar 25, 2020

Most software packages of similar size and purpose as bids-validator have a comprehensive documentation. Meanwhile, we have a long README and a CONTRIBUTING file (which is not very visible).

What do you think about having dedicated docs build by some CI and then hosted on the gh-pages branch of this repo?

We could split the README into logical parts, improve the visibility of the CONTRIBUT

juliapacula
juliapacula commented Aug 7, 2018

Current Behaviour

  • there are no docs with SCSS styles that would help developers to write code in the same style

Expected Behaviour

  • we should create docs with code styles we would like to use, providing useful links for everyone to extend their clean code knowledge
dougb
dougb commented Jun 27, 2019

While testing stringLengthCheck I accidently referenced minLength instead of minValue
This caused configTest() to fail for no apparent reason and took me a really long time to debug because the program was not logging any useful information. configTest() did generate a ValidatorError() event in the eventLog, but the program doesn't write the report.json or HTML report on `configTe

bug
1
siemvaessen
siemvaessen commented Apr 28, 2020

Add Sematext code before the closing tag:

<script type="text/javascript"> (function(e,t,r,n,a){var c=[];e[a]=function(){c.push(arguments)}; e[a].queue=c;var s=t.createElement(r);s.async=1;s.src=n; var u=t.getElementsByTagName(r)[0];u.parentNode.insertBefore(s,u)}) (window,document,"script","//cdn.sematext.com/rum.js","strum"); </script>

Improve this page

Add a description, image, and links to the data-validation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data-validation topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.