Skip to content

Commit ade37ea

Browse files
committed
[DO NOT MERGE] add fake http path
1 parent f3764fe commit ade37ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-testing-drivers/test/databricks-jdbc-full.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ https.get(
3737

3838
async function f() {
3939
const source = new D({
40-
url: 'jdbc:databricks://ohio.cloud.databricks.com',
40+
url: 'jdbc:databricks://ohio.cloud.databricks.com/default;httpPath=/sql/1.0/warehouses/;',
4141
maxPoolSize: 1,
4242
});
4343
console.log('test driver constructed');

0 commit comments

Comments
 (0)