Skip to content

Commit 80137b3

Browse files
committed
[DO NOT MERGE] fix databricks test jdbc url schema
1 parent fc8e331 commit 80137b3

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: 'https://ohio.cloud.databricks.com',
40+
url: 'jdbc:databricks://ohio.cloud.databricks.com',
4141
maxPoolSize: 1,
4242
});
4343
console.log('test driver constructed');

0 commit comments

Comments
 (0)