Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adding data studios view command #474

Closed
wants to merge 11 commits into from

Conversation

endre-seqera
Copy link
Member

@endre-seqera endre-seqera commented Jan 10, 2025

Context

Adding new commands for interacting with data studios: https://seqera.atlassian.net/browse/PLAT-583
As a starting point the top level command was added with view subcommands. Other commands will follow.

Testing

➜  ./gradlew run -q --args="--insecure studios view --workspace 148789885481344 -i ddb48fcc"


  DataStudio at workspace '[myOrg / myWorkspace]'

 ---------------------+--------------------------------------------------------
  SessionID           | ddb48fcc                                               
  Name                | studio-e836                                            
  Status              | RUNNING                                                
  Status Last Update  | Mon, 13 Jan 2025 09:25:02 GMT                          
  Studio URL          | https://addb48fcc.dev-tower.com                      
  Description         | my first studio                                                  
  Created on          | Mon, 13 Jan 2025 09:25:02 GMT                          
  Created by          | John Doe | [email protected]                     
  Template            | cr.seqera.io/public/data-studio-jupyter:4.2.5-snapshot 
  Mounted Data        | s3://my-bucket                     
  Compute environment | aws                                                 
  Region              | us-east-2                                              
  GPU allocated       | 0                                                      
  CPU allocated       | 2                                                      
  Memory allocated    | 8192                                                   
  Build reports       | NA                                                     

  Conda Environment:

     name: example-env
     channels:
       - conda-forge
     dependencies:
       - numpy
       - pip:
         - matplotlib
         - seaborn   

@endre-seqera endre-seqera marked this pull request as ready for review January 14, 2025 19:15
@endre-seqera
Copy link
Member Author

closing in favor of: #475

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.

2 participants