m-lab / etl

M-Lab ingestion pipeline
Apache License 2.0
22 stars 7 forks source link

Reset Region field for client and server Geo annotations #1073

Closed stephen-soltesz closed 2 years ago

stephen-soltesz commented 2 years ago

This change clears the Region field for the annotation datatype.

This change addresses https://github.com/m-lab/etl/issues/1069 for the annotation datatype (which includes annotations generated by the synthetic uuid annotation export process (which have the Region field set) as well as annotations collected natively by the uuid-annotator (which do not).

Because the annotation Geo fields include the JSON tag omitempty, the v2 data pipeline will load these values as NULL in BigQuery.

This change is Reviewable

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 7284


Totals Coverage Status
Change from base Build 7278: 0.02%
Covered Lines: 3972
Relevant Lines: 6088

💛 - Coveralls