NYCPlanning / data-engineering

Primary repository for NYC DCP's Data Engineering team
14 stars 0 forks source link

FacDB: fix geocoding with geosupport #803

Open sf-dcp opened 3 weeks ago

sf-dcp commented 3 weeks ago

During a QA review, GIS noticed that no records from dfta_contracts source data made it to a qa table. After some digging, it seems that dfta_contracts records weren't getting geocoded with geosupport: one of our geocoding functions is failing silently when non-existent columns as the function input are provided.

image