File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/cubejs-databricks-jdbc-driver/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,17 @@ export async function downloadJDBCDriver(): Promise<string | null> {
1919 const driverAccepted = acceptedByEnv ( ) ;
2020
2121 if ( driverAccepted ) {
22- console . log ( 'Downloading DatabricksJDBC42-2.6.29.1051 ' ) ;
22+ console . log ( 'Downloading DatabricksJDBC42-2.6.40.1071 ' ) ;
2323
2424 await downloadAndExtractFile (
25- 'https://databricks-bi-artifacts.s3.us-east-2.amazonaws.com/simbaspark-drivers/jdbc/2.6.29 /DatabricksJDBC42-2.6.29.1051 .zip' ,
25+ 'https://databricks-bi-artifacts.s3.us-east-2.amazonaws.com/simbaspark-drivers/jdbc/2.6.40 /DatabricksJDBC42-2.6.40.1071 .zip' ,
2626 {
2727 showProgress : true ,
2828 cwd : path . resolve ( path . join ( __dirname , '..' , 'download' ) ) ,
2929 }
3030 ) ;
3131
32- console . log ( 'Release notes: https://databricks-bi-artifacts.s3.us-east-2.amazonaws.com/simbaspark-drivers/jdbc/2.6.29 /docs/release-notes.txt' ) ;
32+ console . log ( 'Release notes: https://databricks-bi-artifacts.s3.us-east-2.amazonaws.com/simbaspark-drivers/jdbc/2.6.40 /docs/release-notes.txt' ) ;
3333
3434 return path . resolve ( path . join ( __dirname , '..' , 'download' , 'DatabricksJDBC42.jar' ) ) ;
3535 }
You can’t perform that action at this time.
0 commit comments