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 f3764fe commit ade37eaCopy full SHA for ade37ea
packages/cubejs-testing-drivers/test/databricks-jdbc-full.test.ts
@@ -37,7 +37,7 @@ https.get(
37
38
async function f() {
39
const source = new D({
40
- url: 'jdbc:databricks://ohio.cloud.databricks.com',
+ url: 'jdbc:databricks://ohio.cloud.databricks.com/default;httpPath=/sql/1.0/warehouses/;',
41
maxPoolSize: 1,
42
});
43
console.log('test driver constructed');
0 commit comments