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 e20715c commit 5680d96Copy full SHA for 5680d96
web/src/core/adapters/sqlOlap/sqlOlap.ts
@@ -173,8 +173,8 @@ export const createDuckDbSqlOlap = (params: {
173
174
await conn.query(
175
[
176
- "LOAD httpfs;",
177
- `SET custom_extension_repository = '${window.location.origin}${import.meta.env.BASE_URL}duckdb-extensions';`
+ `SET custom_extension_repository = '${window.location.origin}${import.meta.env.BASE_URL}duckdb-extensions';`,
+ "LOAD httpfs;"
178
].join("\n")
179
);
180
0 commit comments