axfelix / frdr_harvest

MIT License
6 stars 0 forks source link

Some CKAN records throw errors in write_record #103

Closed KellyStathis closed 4 years ago

KellyStathis commented 4 years ago

Applies to some Province of Alberta records for 'contact' and 'geospatial' fields:

2020-04-29 14:15:18,341 ERROR Updating record south-calgary-primary-care-network failed: 'contact'
2020-04-29 14:15:18,586 ERROR Updating record south-dakota-alberta-relations failed: 'contact'
2020-04-29 14:15:18,856 ERROR Updating record southern-alberta-institute-of-technology-mandate failed: 'contact'
2020-04-29 14:15:19,132 ERROR Updating record south-korea-alberta-relations failed: 'contact'
2020-04-29 14:15:19,407 ERROR Updating record south-saskatchewan-management-area-spruce-budworm-aerial-survey-map failed: 'contact'
2020-04-29 14:15:19,655 ERROR Updating record south-saskatchewan-management-area-westerm-spruce-budworm-aerial-survey-map failed: 'contact'
2020-04-29 14:15:19,902 ERROR Updating record south-saskatchewan-river-basin-non-irrigation-water-use-forecasts failed: 'contact'
2020-04-29 14:15:20,163 ERROR Updating record speak-share-thrive-social-policy-framework failed: 'contact'
2020-04-29 14:15:20,415 ERROR Updating record special-events-guide failed: 'contact'
2020-04-29 14:15:20,449 ERROR Aborting due to errors after 57 items updated in 15 seconds (3.7 items/sec)
2020-04-30 00:25:47,424 ERROR Updating record alberta-migration-flows-for-alberta-cma-s-and-cd-s-2007-2008-to-2011-2012 failed: invalid input syntax for type numeric: " Census Metropolitan Area (CMA)"
2020-04-30 00:25:50,916 ERROR Updating record alberta-municipal-officials-directory failed: invalid input syntax for type numeric: " as well as other organizations."
2020-04-30 01:15:39,476 ERROR Updating record direct-sales-by-farm-type-farm-operator-gender-and-age-work-hours failed: invalid input syntax for type numeric: "Canada; Selected Provinces (Alberta"
2020-04-30 01:17:53,166 ERROR Updating record employed-labour-force-by-industries-canada-provinces-alberta-alberta-economic-regions-1987-2015 failed: invalid input syntax for type numeric: "Canada"
2020-04-30 01:17:53,584 ERROR Updating record employed-labour-force-by-industry-naics-1997-place-of-work-status-and-sex-for-alberta-2001 failed: invalid input syntax for type numeric: "Canada"
2020-04-30 01:17:54,010 ERROR Updating record employed-labour-force-by-industry-naics-2002-place-of-work-status-and-sex-for-alberta-2006 failed: invalid input syntax for type numeric: "Canada"
2020-04-30 01:29:50,206 ERROR Updating record households-with-access-to-internet-at-home-in-canada-alberta-alberta-s-economic-regions-2012 failed: invalid input syntax for type numeric: "Canada"
2020-04-30 01:33:24,577 ERROR Updating record labour-force-estimates-age-sex-country-of-birth-immigrant-status-canada-provinces-cma-annual-average failed: invalid input syntax for type numeric: "Canada"
2020-04-30 02:16:33,329 ERROR Updating record number-of-cattle-dairy-cows-beef-cows-pigs-sows-sheep-ewes-horses-in-alberta-2011 failed: invalid input syntax for type numeric: "Alberta"
2020-04-30 02:26:58,420 ERROR Updating record semi-custom-profile-for-canada-provinces-and-territories-and-census-subdivision-2011 failed: invalid input syntax for type numeric: "Canada"
2020-04-30 02:30:25,912 ERROR Updating record total-employees-by-wage-firm-size-industry-naics-alberta-pop-centres-and-ra-annual-average-2004-2014 failed: invalid input syntax for type numeric: "Alberta"
KellyStathis commented 4 years ago
2020-04-30 00:25:50,916 ERROR Updating record alberta-municipal-officials-directory failed: invalid input syntax for type numeric: " as well as other organizations."
LINE 1: ...atial (lat,coordinate_type,record_id,lon) VALUES (' as well ...
Updating record semi-custom-profile-for-canada-provinces-and-territories-and-census-subdivision-2011 failed: invalid input syntax for type numeric: " Census Subdivisions (CSD)"
LINE 1: ...e_type,record_id,lat,lon) VALUES ('Polygon',19073,' Census S...
usask-rc commented 4 years ago

Moved to Jira: https://computecanada.atlassian.net/browse/RDM-3187