data-validation
Here are 108 public repositories matching this topic...
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
There's no information on this page about how exactly the option DSL works. We could clarify things with a sentence saying it is provided by dry-initializer and linking to its docs.
That would help people e.g. wanting to work out how to provide default values for options, etc., without us needing to repeat that information here.
-
Updated
Jan 28, 2019 - JavaScript
-
Updated
Jul 3, 2020 - TypeScript
We need a standardized test suite that exercises all of the validation step functions with a variety of database types. The databases and their drivers should be: MySQL (with RMariaDB), PostgreSQL (with RPostgres), SQLite (with RSQLite).
-
Updated
Oct 2, 2019 - Python
Overview
This issue contains CLI improvements
Tasks
- support
headersoptions - 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
-
Updated
Mar 20, 2019 - Jupyter Notebook
-
Updated
Jun 26, 2020 - Ruby
-
Updated
Mar 14, 2020 - PHP
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.
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
We get the return annotation for free, so we should allow users to do something with it.
-
Updated
Jul 1, 2020 - JavaScript
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

CSVlint.io ^

 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
-
Updated
May 27, 2020 - Clojure
-
Updated
Jan 18, 2020 - Swift
Add code
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>-
Updated
Oct 15, 2019 - Java
-
Updated
Nov 12, 2018 - Python
-
Updated
Jun 29, 2018 - OCaml
-
Updated
Feb 10, 2019 - R
-
Updated
Jun 18, 2019 - Swift
-
Updated
Mar 29, 2017 - Python
Improve this page
Add a description, image, and links to the data-validation topic page so that developers can more easily learn about it.
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."


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