Skip to content

Commit ec959cd

Browse files
authored
revert table+timeseriespanel default to rockset for now (#5781)
1 parent 3be3cd8 commit ec959cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

torchci/components/metrics/panels/TablePanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function TablePanel({
2424
helpLink,
2525
// An optional flag to show the table footer
2626
showFooter,
27-
useClickHouse = true,
27+
useClickHouse = false,
2828
}: {
2929
title: string;
3030
queryCollection?: string;

torchci/components/metrics/panels/TimeSeriesPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ export default function TimeSeriesPanel({
223223
yAxisLabel,
224224
// Additional EChartsOption (ex max y value)
225225
additionalOptions,
226-
useClickHouse = true,
226+
useClickHouse = false,
227227
}: {
228228
title: string;
229229
queryCollection?: string;

0 commit comments

Comments
 (0)