File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 "typescript" : " ^5.3.3"
3030 },
3131 "dependencies" : {
32- "@databricks/sdk-experimental" : " ^0.16 .0" ,
32+ "@databricks/sdk-experimental" : " ^0.17 .0" ,
3333 "databricks" : " workspace:^"
3434 }
3535}
Original file line number Diff line number Diff line change 11981198 },
11991199 "dependencies" : {
12001200 "@databricks/databricks-vscode-types" : " workspace:^" ,
1201- "@databricks/sdk-experimental" : " ^0.16 .0" ,
1201+ "@databricks/sdk-experimental" : " ^0.17 .0" ,
12021202 "@types/lodash" : " ^4.14.202" ,
12031203 "@types/shell-quote" : " ^1.7.5" ,
12041204 "@vscode/debugadapter" : " ^1.64.0" ,
Original file line number Diff line number Diff line change @@ -78,15 +78,6 @@ export abstract class AuthProvider {
7878 return true ;
7979 }
8080
81- // TODO: Temporary workaround until the JS SDK supports passing a profile
82- // directly to auth types. Once supported, remove this env mutation.
83- const profile = this . toJSON ( ) [ "profile" ] ;
84- if ( profile !== undefined ) {
85- process . env [ "DATABRICKS_CONFIG_PROFILE" ] = profile ;
86- } else {
87- delete process . env [ "DATABRICKS_CONFIG_PROFILE" ] ;
88- }
89-
9081 const checkFn = async ( token ?: CancellationToken ) => {
9182 this . checked = await this . _check ( token ) ;
9283 } ;
Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ __metadata:
343343 version : 0.0.0-use.local
344344 resolution : " @databricks/databricks-vscode-types@workspace:packages/databricks-vscode-types"
345345 dependencies :
346- " @databricks/sdk-experimental " : ^0.16 .0
346+ " @databricks/sdk-experimental " : ^0.17 .0
347347 " @types/vscode " : 1.86.0
348348 databricks : " workspace:^"
349349 eslint : ^8.55.0
@@ -368,15 +368,15 @@ __metadata:
368368 languageName : unknown
369369 linkType : soft
370370
371- " @databricks/sdk-experimental@npm:^0.16 .0 " :
372- version : 0.16 .0
373- resolution : " @databricks/sdk-experimental@npm:0.16 .0"
371+ " @databricks/sdk-experimental@npm:^0.17 .0 " :
372+ version : 0.17 .0
373+ resolution : " @databricks/sdk-experimental@npm:0.17 .0"
374374 dependencies :
375375 google-auth-library : ^10.5.0
376376 ini : ^6.0.0
377377 reflect-metadata : ^0.2.2
378378 semver : ^7.7.3
379- checksum : 621cbb34e260a902b46c67ae88a00184985679d10ee450dfaa297d4fb7baccca70d14af3fca2e66d333edd5d0304497fbb2219de231162e62b3293c5bd162933
379+ checksum : 34de7d8708de12bf1fa44ae5ced7f8886a26d3ef9f072b47955c63dd7c3ae32db7c0b243074907b371026ee352d76c90d02faa9df0e95ad5d9e8aa22dc53d0b5
380380 languageName : node
381381 linkType : hard
382382
@@ -3745,7 +3745,7 @@ __metadata:
37453745 resolution : " databricks@workspace:packages/databricks-vscode"
37463746 dependencies :
37473747 " @databricks/databricks-vscode-types " : " workspace:^"
3748- " @databricks/sdk-experimental " : ^0.16 .0
3748+ " @databricks/sdk-experimental " : ^0.17 .0
37493749 " @istanbuljs/nyc-config-typescript " : ^1.0.2
37503750 " @sinonjs/fake-timers " : ^11.2.2
37513751 " @types/bcryptjs " : ^2.4.6
You can’t perform that action at this time.
0 commit comments