Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/databricks-vscode-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@databricks/sdk-experimental": "^0.16.0",
"@databricks/sdk-experimental": "^0.17.0",
"databricks": "workspace:^"
}
}
2 changes: 1 addition & 1 deletion packages/databricks-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@
},
"dependencies": {
"@databricks/databricks-vscode-types": "workspace:^",
"@databricks/sdk-experimental": "^0.16.0",
"@databricks/sdk-experimental": "^0.17.0",
"@types/lodash": "^4.14.202",
"@types/shell-quote": "^1.7.5",
"@vscode/debugadapter": "^1.64.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,6 @@ export abstract class AuthProvider {
return true;
}

// TODO: Temporary workaround until the JS SDK supports passing a profile
// directly to auth types. Once supported, remove this env mutation.
const profile = this.toJSON()["profile"];
if (profile !== undefined) {
process.env["DATABRICKS_CONFIG_PROFILE"] = profile;
} else {
delete process.env["DATABRICKS_CONFIG_PROFILE"];
}

const checkFn = async (token?: CancellationToken) => {
this.checked = await this._check(token);
};
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@databricks/databricks-vscode-types@workspace:packages/databricks-vscode-types"
dependencies:
"@databricks/sdk-experimental": ^0.16.0
"@databricks/sdk-experimental": ^0.17.0
"@types/vscode": 1.86.0
databricks: "workspace:^"
eslint: ^8.55.0
Expand All @@ -368,15 +368,15 @@ __metadata:
languageName: unknown
linkType: soft

"@databricks/sdk-experimental@npm:^0.16.0":
version: 0.16.0
resolution: "@databricks/sdk-experimental@npm:0.16.0"
"@databricks/sdk-experimental@npm:^0.17.0":
version: 0.17.0
resolution: "@databricks/sdk-experimental@npm:0.17.0"
dependencies:
google-auth-library: ^10.5.0
ini: ^6.0.0
reflect-metadata: ^0.2.2
semver: ^7.7.3
checksum: 621cbb34e260a902b46c67ae88a00184985679d10ee450dfaa297d4fb7baccca70d14af3fca2e66d333edd5d0304497fbb2219de231162e62b3293c5bd162933
checksum: 34de7d8708de12bf1fa44ae5ced7f8886a26d3ef9f072b47955c63dd7c3ae32db7c0b243074907b371026ee352d76c90d02faa9df0e95ad5d9e8aa22dc53d0b5
languageName: node
linkType: hard

Expand Down Expand Up @@ -3745,7 +3745,7 @@ __metadata:
resolution: "databricks@workspace:packages/databricks-vscode"
dependencies:
"@databricks/databricks-vscode-types": "workspace:^"
"@databricks/sdk-experimental": ^0.16.0
"@databricks/sdk-experimental": ^0.17.0
"@istanbuljs/nyc-config-typescript": ^1.0.2
"@sinonjs/fake-timers": ^11.2.2
"@types/bcryptjs": ^2.4.6
Expand Down
Loading