We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f10e8c commit d013a44Copy full SHA for d013a44
schema/ndt5_result.go
@@ -8,7 +8,6 @@ import (
8
9
"github.com/m-lab/go/cloud/bqx"
10
"github.com/m-lab/ndt-server/data"
11
- "github.com/m-lab/uuid-annotator/annotator"
12
13
"github.com/m-lab/etl/row"
14
)
@@ -49,10 +48,6 @@ type NDT5ResultRowStandardColumns struct {
49
48
Date civil.Date `bigquery:"date"`
50
Raw data.NDT5Result `bigquery:"raw"`
51
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
-
56
// NOT part of struct schema. Included only to provide a fake annotator interface.
57
row.NullAnnotator `bigquery:"-"`
58
}
0 commit comments