You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.
[WARNING]
java.lang.IllegalStateException: Percentage of Invalid Record 7.26158 did not meet the threshold 5.00000
at com.yahoo.covid19.database.DatabaseBuilder.validateDbRecordCount(DatabaseBuilder.java:436)
at com.yahoo.covid19.database.DatabaseBuilder.build(DatabaseBuilder.java:283)
at com.yahoo.covid19.database.DataFetcher.fetchDataAndProcess(DataFetcher.java:46)
at com.yahoo.covid19.database.DatabaseBuilder.main(DatabaseBuilder.java:496)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:282)
at java.lang.Thread.run(Thread.java:748)
The text was updated successfully, but these errors were encountered:
Our build fails if the data quality drops below some threshold.
From the data repo:
this is probably due to zipcode and UK boroughs being included
"I am not sure how you determine validity zipcodes have no wikiId
region type for zipcode is “PostalZip” for boroughs it is “TertiaryAdminArea”
$mvn clean install
[WARNING]
java.lang.IllegalStateException: Percentage of Invalid Record 7.26158 did not meet the threshold 5.00000
at com.yahoo.covid19.database.DatabaseBuilder.validateDbRecordCount(DatabaseBuilder.java:436)
at com.yahoo.covid19.database.DatabaseBuilder.build(DatabaseBuilder.java:283)
at com.yahoo.covid19.database.DataFetcher.fetchDataAndProcess(DataFetcher.java:46)
at com.yahoo.covid19.database.DatabaseBuilder.main(DatabaseBuilder.java:496)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:282)
at java.lang.Thread.run(Thread.java:748)
The text was updated successfully, but these errors were encountered: