Skip to content

Commit bf2215f

Browse files
committed
Attempt to get prev ver run
1 parent 1a67d2d commit bf2215f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/cubejs-databricks-jdbc-driver/src/DatabricksDriver.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,11 @@ export class DatabricksDriver extends JDBCDriver {
255255
drivername: 'com.databricks.client.jdbc.Driver',
256256
customClassPath: undefined,
257257
properties: {
258-
...authProps,
258+
UID: uid,
259+
PWD:
260+
conf?.token ||
261+
getEnv('databrickToken', { dataSource }) ||
262+
pwd,
259263
UserAgentEntry: 'CubeDev_Cube',
260264
},
261265
catalog:

0 commit comments

Comments
 (0)