Skip to content

Commit 423e824

Browse files
authored
fix(duckdb): load httpfs (#6976)
1 parent aa6ad4d commit 423e824

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cubejs-duckdb-driver/src/DuckDBDriver.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export class DuckDBDriver extends BaseDriver implements DriverInterface {
5454

5555
try {
5656
await this.handleQuery(conn, 'INSTALL httpfs', []);
57+
await this.handleQuery(conn, 'LOAD httpfs', []);
5758
} catch (e) {
5859
if (this.logger) {
5960
console.error('DuckDB - error on httpfs installation', {

0 commit comments

Comments
 (0)