ccao-data / service-spark-iasworld

Service for extracting tables from the CCAO system-of-record and uploading them to the Data Department's data warehouse
GNU Affero General Public License v3.0
0 stars 0 forks source link

Improve sqooping of prior tax years #2

Closed dfsnow closed 2 months ago

dfsnow commented 6 months ago

Currently, sqoop is set up to grab the most recent two tax years from each table in the iasWorld backend. This works reasonably well as it's exceedingly rare for historical records to be updated. However, with the introduction of the new omitted assessment classes (OA[0-9]), prior year record have indeed received some updates. See 16071290130000 for an example PIN.

We should work out a strategy to grab and process these prior year record updates without having to grab every row of the year.

dfsnow commented 2 months ago

Closed by #1.