argilla-io / argilla-plugins

🔌 Open-source plugins for with practical features for Argilla using listeners.
Apache License 2.0
6 stars 2 forks source link

reporting with `great-expectations` #2

Open davidberenstein1957 opened 1 year ago

davidberenstein1957 commented 1 year ago

Relates to

Ideally, we would like to get a report with some default metrics for dataset info over time, based on:

MVP

from argilla_plugins.reporting import rg_great_expectations

rg_great_expectations(name="dataset", email="test@email.com", interval=x)+
rg_great_expectations.start()

STRETCH variables like query and sample might be included