aws/amazon-sagemaker-feedback

Provide instructions how to clone git repo in new SageMaker projects experience

johanneslanger opened this issue · 0 comments

Product Version

  • Amazon SageMaker Studio Classic
  • Amazon SageMaker Studio
  • It is not related to SageMaker Studio

Product Category

Projects

Description

Within the new SageMaker Studio Project experience, when instantiating a project using a CodeCommit git repo, there is no button (clone this repo) anymore. Currently only a URL to a codecommit repo is presented. This feature request is to either:

  1. Provide a button to quickly clone a repo to my JupyterLab or CodeEditor space (like in the classic experience)

or

  1. Provide instructions how to do it on the page itself

For reference if you are reading this and wondering the same thing, here is how you can clone the repo in Jupyterlab if you have permissions:

  1. Start a terminal in jupyterlab
  2. Install the codecommit helper tool: pip install git-remote-codecommit
  3. Then clone your repository git clone codecommit::<region>://<repo_name> e.g. git clone codecommit::eu-central-1://sagemaker-MyProject-p-a5jaa6kwxuhc-modeldeploy

Link to documentation

Other Details

No response