-
Notifications
You must be signed in to change notification settings - Fork 1
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
Ingest Migration - Grab Bag of script
sources
#1290
Comments
dcas_ipis Seems like we have one positive difference - these fields were always str, but now they're being properly cast to str without decimal place
|
bpl_libraries
3 missing columns. "position" is the original geom column, which is preserved in library (along with "wkb_geometry") but not in ingest. Lat and long columns are created as intermediates by the script en route to creating "wkb_geometry" column |
dcp_faciliities_with_unmapped
This dataset is ONLY used to QA facdb build Who would have thought that our own would be a funny one
I'll keep types consistent but leave the changes as they are, with one exception - capacity is coerced to int, while longitude and latitude are coerced to double within facdb qaqc. I'm going to move that to |
A satisfying group to migrate, because we get to delete the scripts, meaning higher test coverage of dcpy!! Reduce that denominator
file.py
- specify range of columns)The text was updated successfully, but these errors were encountered: