m-lab / etl

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

Add ServerX and ClientX annotation fields to ndt.web100 schema and parser #999

Closed stephen-soltesz closed 3 years ago

stephen-soltesz commented 3 years ago

This change adds two new fields to the ndt.web100 schema and parser. 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

stephen-soltesz commented 3 years ago

update-schema in the CB failed b/c of earlier variations on the schema that added fields that are now not part of the schema in this PR. I've removed the old tables and restarted the build.

stephen-soltesz commented 3 years ago

I cannot manually trigger a new PR build without some extra steps. Since the CB is succeeding and teh travis branch build (manually triggered) are WAI, I believe it is safe to proceed without the PR build.