NYCPlanning / data-engineering

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

PLUTO - Capturing DTM, PTS "Issues" #820

Open fvankrieken opened 2 weeks ago

fvankrieken commented 2 weeks ago

Some of this issue arose as part of #801, which fixed 6 condo billing bbls being missing from pluto 24v1 and 24v1.1

The problem there rose from a couple things

The filter in the query that has been changed check if multiple lots

  1. are unit lots (originally erroneously)
  2. have the exact same address and building area as other unit lots

The 6 missing lots were pairs: both condo billing bbls (lot = 75xx), each where 1 had the same address as the other erroneously. This fix is certainly needed, but we probably want to be catching things like this to let DOF know moving forward.