-
Notifications
You must be signed in to change notification settings - Fork 399
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] Delete records #4930
Comments
@nataliaElv This is something we could feasibly fit into v2. Do you think it adds value? |
Yes it does! 😃 I'll add it to the milestone |
How do you plan on interfacing this feature? I first expected just a record delete method, like so: for record in dataset.record:
record.delete() |
@sdiazlor Are you still working on this? If not, I can take it on. |
@burtenshaw Yes, I worked on this and have the changes locally. These days I was waiting for the code migration to create the PR in the main argilla repo and no more PRs here |
I'm moving this issue to the v2.0.0 milestone in the |
<!-- Thanks for your contribution! As part of our Community Growers initiative 🌱, we're donating Justdiggit bunds in your name to reforest sub-Saharan Africa. To claim your Community Growers certificate, please contact David Berenstein in our Slack community or fill in this form https://tally.so/r/n9XrxK once your PR has been merged. --> # Description Basic method to delete the records. Records are still ingested to be validated, but I don't think we need to allow data structures in this workflow. Closes #4930 **Type of change** (Please delete options that are not relevant. Remember to title the PR according to the type of change) - [ ] New feature (non-breaking change which adds functionality) - [ ] Refactor (change restructuring the codebase without changing functionality) - [ ] Improvement (change adding some improvement to an existing functionality) **How Has This Been Tested** (Please describe the tests that you ran to verify your changes. And ideally, reference `tests`) - [ ] Test A - [ ] Test B **Checklist** - [ ] I added relevant documentation - [ ] I followed the style guidelines of this project - [ ] I did a self-review of my code - [ ] I made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I filled out [the contributor form](https://tally.so/r/n9XrxK) (see text above) - [ ] I have added relevant notes to the `CHANGELOG.md` file (See https://keepachangelog.com/) --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: David Berenstein <[email protected]>
I would like to also have the possibility of deleting records.
The text was updated successfully, but these errors were encountered: