Skip to content

Commit

Permalink
data release 2023-05-19 (#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
chejennifer authored May 22, 2023
1 parent 3d7946a commit 920a271
Show file tree
Hide file tree
Showing 42 changed files with 23,453 additions and 19,031 deletions.
10 changes: 5 additions & 5 deletions deploy/storage/base_bigtable_info.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
project: datcom-store
instance: prophet-cache
tables:
- frequent_2023_05_05_02_34_50
- ipcc_2023_05_01_08_56_42
- frequent_2023_05_19_15_21_56
- ipcc_2023_05_11_19_46_17
- biomedical_2023_05_02_03_45_15
- disaster_2023_04_30_21_26_14
- infrequent_2023_05_12_12_16_12
- place_2023_05_03_03_49_14
- disaster_2023_05_14_21_27_50
- infrequent_2023_05_18_14_47_49
- place_2023_05_11_11_15_54
2 changes: 1 addition & 1 deletion deploy/storage/bigquery.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
datcom-store.dc_kg_2023_05_01_23_16_23
datcom-store.dc_kg_2023_05_17_03_23_22
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func TestGetPlaceStatDateWithinPlace(t *testing.T) {

if err := test.TestDriver(
"GetPlaceStatDateWithinPlace",
&test.TestOption{UseCache: true, UseMemdb: true},
&test.TestOption{UseCache: false, UseMemdb: true},
testSuite,
); err != nil {
t.Errorf("TestDriver() = %s", err)
Expand Down
9 changes: 6 additions & 3 deletions internal/server/stat/golden/get_stat_all/branch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2078,7 +2078,8 @@
"2022-12": 3.5,
"2023-01": 3.4,
"2023-02": 3.6,
"2023-03": 3.5
"2023-03": 3.5,
"2023-04": 3.4
},
"measurementMethod": "BLSSeasonallyAdjusted",
"observationPeriod": "P1M",
Expand Down Expand Up @@ -4597,7 +4598,8 @@
"2022-12": 3.9,
"2023-01": 4.6,
"2023-02": 4.8,
"2023-03": 4.8
"2023-03": 4.8,
"2023-04": 4.3
},
"measurementMethod": "BLSSeasonallyUnadjusted",
"observationPeriod": "P1M",
Expand Down Expand Up @@ -5229,7 +5231,8 @@
"2022-12": 4.1,
"2023-01": 4.2,
"2023-02": 4.4,
"2023-03": 4.4
"2023-03": 4.4,
"2023-04": 4.5
},
"measurementMethod": "BLSSeasonallyAdjusted",
"observationPeriod": "P1M",
Expand Down
2 changes: 1 addition & 1 deletion internal/server/statvar/golden/get_place_statsvar_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
func TestGetPlaceStatsVar(t *testing.T) {
t.Parallel()
ctx := context.Background()
client, err := test.Setup(&test.TestOption{UseCache: true})
client, err := test.Setup(&test.TestOption{UseCache: false})
if err != nil {
t.Fatalf("Failed to set up mixer and client")
}
Expand Down
Loading

0 comments on commit 920a271

Please sign in to comment.