-
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 - FacDB 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 rerurn with csv instead of library pgdump
|
dcp_faciliities_with_unmapped. Used as pg_dump in facdb for qa comparison
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 |
script
sourcesscript
sources
script
sourcesscript
sources
nysed_nonpublicenrollment
|
dcp_sfpsd. library format csv run with
Running coercing these "strint" columns to numeric at comparison time, data comparison looks like
|
A satisfying group to migrate, because we get to delete the scripts, meaning higher test coverage of dcpy!! Reduce that denominator
The text was updated successfully, but these errors were encountered: