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 20b5a2b commit a2c18f0Copy full SHA for a2c18f0
packages/cubejs-clickhouse-driver/src/ClickHouseDriver.ts
@@ -25,7 +25,6 @@ import {
25
UnloadOptions,
26
} from '@cubejs-backend/base-driver';
27
28
-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