Skip to content

Commit 9658147

Browse files
committed
refactor(bigquery): update MetricsDataset constant to use 'marble_metrics'
1 parent b8af99f commit 9658147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/bigquery.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323

2424
// Could be moved to a config file
2525
const (
26-
MetricsDataset = "metrics"
26+
MetricsDataset = "marble_metrics"
2727
MetricsTable = "metrics_raw"
2828
)
2929

0 commit comments

Comments
 (0)