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

Add studio flag for rm-dataset and edit-dataset #572

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Nov 7, 2024

  1. Add studio flag for rm-dataset and edit-dataset

    This adds a support for `--studio` flag for edit-dataset and rm-dataset
    command. If the --studio flag is passed, it will use the studio client
    to process the operation.
    
    Some example are as:
    - `datachain rm-dataset "new_test_dataset" --studio --version 1`
    - `datachain edit-dataset png_files  --studio --new-name new_dataset_name`
    
    TODO:
    - Add test
    
    Studio PR: iterative/studio#10890
    amritghimire committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    6c24d8b View commit details
    Browse the repository at this point in the history
  2. Add tests

    amritghimire committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    12dd3fd View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Fix the help message

    amritghimire committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    a1610f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d50cfea View commit details
    Browse the repository at this point in the history