Skip to content

Commit 920a441

Browse files
authored
Update CrUX to 202512 (#496)
1 parent de11ed5 commit 920a441

File tree

11 files changed

+20
-19
lines changed

11 files changed

+20
-19
lines changed

jobs/webcompat-kb/data/metrics/rescores.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ reason = "Update CrUX data to 202512"
33
routine_updates = [
44
"moz-fx-dev-dschubert-wckb.webcompat_knowledge_base.WEBCOMPAT_METRIC_YYYYMM",
55
]
6-
stage = true

jobs/webcompat-kb/data/sql/webcompat_knowledge_base/routines/RESCORE_CRUX_202512_WEBCOMPAT_METRIC_YYYYMM/meta.toml

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
name = "WEBCOMPAT_METRIC_YYYYMM"
1+
name = "WEBCOMPAT_METRIC_YYYYMM"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
CREATE OR REPLACE FUNCTION `{{ ref(name) }}`() RETURNS INT64 AS (
2-
202506
3-
);
2+
202512
3+
);

jobs/webcompat-kb/data/sql/webcompat_knowledge_base/views/rescore_crux_202512_scored_site_reports/meta.toml

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
name = "scored_site_reports"
1+
name = "scored_site_reports"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name = "webcompat_knowledge_base_archive"
2+
description = "Views and tables for old versions of metrics and other material that is only of historical interest"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
name = "WEBCOMPAT_METRIC_YYYYMM_BEFORE_RESCORE_CRUX_202512"

jobs/webcompat-kb/data/sql/webcompat_knowledge_base/routines/RESCORE_CRUX_202512_WEBCOMPAT_METRIC_YYYYMM/routine.sql renamed to jobs/webcompat-kb/data/sql/webcompat_knowledge_base_archive/routines/WEBCOMPAT_METRIC_YYYYMM_BEFORE_RESCORE_CRUX_202512/routine.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
CREATE OR REPLACE FUNCTION `{{ ref(name) }}`() RETURNS INT64 AS (
2-
202512
3-
);
2+
202506
3+
);
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
name = "scored_site_reports_before_rescore_crux_202512"

0 commit comments

Comments
 (0)