We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17278f3 commit 3e660b3Copy full SHA for 3e660b3
torchci/clickhouse_queries/oss_ci_util_metadata/query.sql
@@ -13,7 +13,7 @@ SELECT
13
segments,
14
tags
15
FROM
16
- fortesting.oss_ci_utilization_metadata
+ misc.oss_ci_utilization_metadata
17
WHERE
18
workflow_id = { workflowId: UInt64}
19
AND run_attempt = {runAttempt: UInt32}
torchci/clickhouse_queries/oss_ci_util_ts/query.sql
@@ -5,7 +5,7 @@ SELECT
5
tags,
6
json_data AS data
7
8
- fortesting.oss_ci_time_series
+ misc.oss_ci_time_series
9
10
workflow_id = {workflowId: UInt64}
11
0 commit comments