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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow removing a step from workspace's cache #583

Open
AkshitaB opened this issue Jun 28, 2023 · 0 comments
Open

Allow removing a step from workspace's cache #583

AkshitaB opened this issue Jun 28, 2023 · 0 comments

Comments

@AkshitaB
Copy link
Contributor

AkshitaB commented Jun 28, 2023

馃殌 The feature, motivation and pitch

Goal: API for removing a step from a workspace's cache.

  1. Add workspace.remove_step()
  2. Implement method for all local and remote workspaces.
  3. Expose API to CLI: eg. tango workspace remove <step_name> (will be useful to expose other workspace functions like list runs and list steps also).

Alternatives

Manually delete from workspace. This can be done for local workspace, since it only requires deleting folders, but not very easily for remote workspaces, which may store step info in datastores and the actual data in cloud buckets.

Additional context

We have run into situations where this would be useful : #413

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant