-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
exp remove: ping studio to remove experiment #9227
Comments
I wonder how Studio removes existing commits. It’s probably tied to branch lifecycle. cc @amritghimire Anyway, I don’t think we should eagerly remove from CLI. It’s better to remove it from the web UI or automatically on the next parse. |
It will be marked as deleted commit in next parse. We can use the same webhook trigger on delete to start the parse. |
Here's what it looks like when a branch is deleted in Studio (the Screen.Recording.2023-03-23.at.11.14.52.AM.mov@skshetry I agree that removing from the web UI would be better, but we still need to address what should happen when using |
As long as it gets eventually removed, I'd prefer to focus on other parts of the integration. If Studio does not do that yet, it should do that during parse automatically. I think for now, we should think of extending the payload to For the release on the DVC side, I don't think this is urgent or P1. We can do it later as long as it gets removed eventually. |
Sounds good @skshetry, I agree we can make it a follow-up once we have solidified, so I can move this down to p2 for now. |
Closed by #9248. |
dvc exp remove -g
should also ping Studio to drop the experiment from the UI. Currently, there is no way to clean up experiments once they have been added in Studio.The text was updated successfully, but these errors were encountered: