Closed CliangDCP closed 4 years ago
@CliangDCP Thanks for pin us on this. We've already figured out what made the discrepancies happen for the DEP CATS permits dataset and fixed the ETL scripts but we are still trying to improve its geocoding performance by addressing issues 45 . We will ship you the latest version by the end of the week. Feel free to pin us if you have any other questions.
Got it, thank you!
SELECT COUNT(*) FROM dep_cats_permits.latest
WHERE TRIM(status) != 'CANCELLED'
AND LEFT(applicationid, 1) != 'G'
AND (LEFT(applicationid, 1) != 'C' OR (requesttype != 'REGISTRATION' AND requesttype != 'REGISTRATION INSPECTION' AND requesttype != 'BOILER REGISTRATION II'))
AND (LEFT(applicationid, 2) != 'CA' OR requesttype != 'WORK PERMIT' OR TRIM(status) != 'EXPIRED')
;
Please investigate the number of DEP CATS permits comparing to what EARD has purged with the following categories:
CATS Permits raw 010720.zip