Skip to content

Commit d013a44

Browse files
Remove client and server annotations from ndt5 schema (#963)
1 parent 4f10e8c commit d013a44

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

schema/ndt5_result.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88

99
"github.com/m-lab/go/cloud/bqx"
1010
"github.com/m-lab/ndt-server/data"
11-
"github.com/m-lab/uuid-annotator/annotator"
1211

1312
"github.com/m-lab/etl/row"
1413
)
@@ -49,10 +48,6 @@ type NDT5ResultRowStandardColumns struct {
4948
Date civil.Date `bigquery:"date"`
5049
Raw data.NDT5Result `bigquery:"raw"`
5150

52-
// These will be populated by the join with the annotator data.
53-
Server annotator.ServerAnnotations `bigquery:"server" json:"server"`
54-
Client annotator.ClientAnnotations `bigquery:"client" json:"client"`
55-
5651
// NOT part of struct schema. Included only to provide a fake annotator interface.
5752
row.NullAnnotator `bigquery:"-"`
5853
}

0 commit comments

Comments
 (0)