Skip to content

Commit 3e660b3

Browse files
authored
[Utilization] change db to misc (#6282)
1 parent 17278f3 commit 3e660b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

torchci/clickhouse_queries/oss_ci_util_metadata/query.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SELECT
1313
segments,
1414
tags
1515
FROM
16-
fortesting.oss_ci_utilization_metadata
16+
misc.oss_ci_utilization_metadata
1717
WHERE
1818
workflow_id = { workflowId: UInt64}
1919
AND run_attempt = {runAttempt: UInt32}

torchci/clickhouse_queries/oss_ci_util_ts/query.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SELECT
55
tags,
66
json_data AS data
77
FROM
8-
fortesting.oss_ci_time_series
8+
misc.oss_ci_time_series
99
WHERE
1010
workflow_id = {workflowId: UInt64}
1111
AND run_attempt = {runAttempt: UInt32}

0 commit comments

Comments
 (0)