argilla-io / argilla-plugins

🔌 Open-source plugins for with practical features for Argilla using listeners.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

directional sync `datasets` A->B

davidberenstein1957 opened this issue · comments

Sometimes, all incoming data need to be used for two different labelling tasks. It might be nice define this in an abstract manner.

MVP

from argilla_plugins.datasets import directional_sync

directional_sync(name_from="dataset_from", name_to="dataset_to")
directional_sync.start()

Stretch
filtering variables like query or sample could be added to limit the sync. Consider workspace specific sync.