m-lab / etl

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

Add ServerX and ClientX annotation fields to sidestream schema and parser #1000

Closed stephen-soltesz closed 3 years ago

stephen-soltesz commented 3 years ago

This change updates the sidestream schema with the same fields added to the ndt.web100 schema in https://github.com/m-lab/etl/pull/999

The ServerX and ClientX fields are exact copies of the uuid-annotator structures populated with the results from the annotation-service. This change should make annotation export queries simpler because whole records can be used in the result as-is.


This change is Reviewable

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 6503


Changes Missing Coverage Covered Lines Changed/Added Lines %
schema/sidestream_schema.go 0 10 0.0%
<!-- Total: 0 10 0.0% -->
Files with Coverage Reduction New Missed Lines %
schema/sidestream_schema.go 2 17.78%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 6501: -0.06%
Covered Lines: 3544
Relevant Lines: 5646

💛 - Coveralls