aws / amazon-sagemaker-feedback

Amazon SageMaker Public Feedback Dashboard
Creative Commons Attribution Share Alike 4.0 International
5 stars 1 forks source link

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

Open johanneslanger opened 4 months ago

johanneslanger commented 4 months ago

Product Version

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