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

set max number of record for datasets #8

Open
davidberenstein1957 opened this issue Dec 20, 2022 · 0 comments
Open

set max number of record for datasets #8

davidberenstein1957 opened this issue Dec 20, 2022 · 0 comments
Labels

Comments

@davidberenstein1957
Copy link
Member

davidberenstein1957 commented Dec 20, 2022

Sometimes, storing too much data is not needed/preferred. So we would like to delete entries.

MVP

from argilla_plugins.datasets import max_number

max_number(name="dataset", n=1)
max_number.start()

Stretch
filtering variables like query could be added to limit the sync. Also, strategy for things like fifo random lifo.

@davidberenstein1957 davidberenstein1957 added documentation Improvements or additions to documentation datasets and removed documentation Improvements or additions to documentation labels Dec 20, 2022
@davidberenstein1957 davidberenstein1957 changed the title set max number of record for dataset set max number of record for datasets Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant