Skip to content

Conversation

@vpbhargav
Copy link
Contributor

@vpbhargav vpbhargav commented Nov 12, 2025

Description
PR adds deeplink support for SageMaker Unified Studio.

Details:

  1. Uses a new URI handler for SMUS to have distinct path for SMUS and SM AI. This helps distinguish between the two to special case behavior and also to avoid older toolkit releases from picking up SMUS deeplinks.
  2. For SMUS, we are not able to trigger the refresh flow yet. So we will show an error page and ask user to retry from portal again.
  3. Added smus specific telemetry and added optional params that we will get from query params. Since we do not have creds or connection info already, all telemetry data has to come from deeplink.
  4. Had to change from vscode default context to Toolkit wrapper of that context to be able to register URI.

Motivation

Support deeplink for smus, improve discoverability of feature.

Testing Done
Unit tests. Tested locally, sharing recording with team offline.


  • Treat all work as PUBLIC. Private feature/x branches will not be squash-merged at release time.
  • Your code changes must meet the guidelines in CONTRIBUTING.md.
  • License: I confirm that my contribution is made under the terms of the Apache 2.0 license.

@vpbhargav vpbhargav requested a review from a team as a code owner November 12, 2025 20:16
@github-actions
Copy link

  • This pull request implements a feat or fix, so it must include a changelog entry (unless the fix is for an unreleased feature). Review the changelog guidelines.
    • Note: beta or "experiment" features that have active users should announce fixes in the changelog.
    • If this is not a feature or fix, use an appropriate type from the title guidelines. For example, telemetry-only changes should use the telemetry type.

@vpbhargav vpbhargav force-pushed the master branch 2 times, most recently from 6c1e2af to 4830c06 Compare November 12, 2025 20:42
@vpbhargav
Copy link
Contributor Author

Ack on lint-duplicate-code but none of it code that I added in this PR. Most are in tests as well. Can take a look but not planning to address in this PR.

**Description**
PR adds deeplink support for SageMaker Unified Studio.

Details:
1. Uses a new URI handler for SMUS to have distinct path
for SMUS and SM AI. This helps distinguish between the two
to special case behavior and also to avoid older toolkit releases
from picking up SMUS deeplinks.
2. For SMUS, we are not able to trigger the refresh flow yet. So we
will show an error page and ask user to retry from portal again.
3. Added smus specific telemetry and added optional params that we will
get from query params. Since we do not have creds or connection info already,
all telemetry data has to come from deeplink.
4. Had to change from vscode default context to Toolkit wrapper of that context
to be able to register URI.

**Motivation**

Support deeplink for smus, improve discoverability of feature.

**Testing Done**
Unit tests. Tested locally, sharing recording with team offline.
@vpbhargav
Copy link
Contributor Author

/retryBuilds

@Will-ShaoHua Will-ShaoHua merged commit 8d1eb19 into aws:master Nov 13, 2025
29 of 31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants