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 79d6620 commit d148bb7Copy full SHA for d148bb7
packages/cubejs-clickhouse-driver/src/ClickHouseDriver.ts
@@ -25,7 +25,7 @@ import {
25
UnloadOptions,
26
} from '@cubejs-backend/base-driver';
27
28
-import * as process from "node:process";
+import * as process from 'node:process';
29
import { Readable } from 'node:stream';
30
import { ClickHouseClient, createClient } from '@clickhouse/client';
31
import type { ClickHouseSettings, ResponseJSON } from '@clickhouse/client';
0 commit comments