Closed stephen-soltesz closed 3 years ago
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 | |
---|---|
Change from base Build 6501: | -0.06% |
Covered Lines: | 3544 |
Relevant Lines: | 5646 |
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