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

feat: Add metadata support for datasets #5586

Merged
merged 7 commits into from
Oct 15, 2024

Conversation

jfcalvo
Copy link
Member

@jfcalvo jfcalvo commented Oct 8, 2024

Description

This PR add a new metadata column to datasets table and the following changes:

  • When creating a dataset now it is possible to specify metadata values.
  • When updating a dataset now it is possible to specify metadata values.
  • Now metadata attribute is included on Dataset schema so the metadata of a dataset is exposed in our API.

Refs argilla-io/roadmap#21

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested

  • Adding new tests.

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
  • I confirm My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • I have added relevant notes to the CHANGELOG.md file (See https://keepachangelog.com/)

@jfcalvo jfcalvo requested a review from frascuchon October 8, 2024 11:59
Copy link

codecov bot commented Oct 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.22%. Comparing base (6240d4f) to head (d9a65a5).
Report is 1 commits behind head on feat/argilla-direct-feature-branch.

Additional details and impacted files
@@                          Coverage Diff                           @@
##           feat/argilla-direct-feature-branch    #5586      +/-   ##
======================================================================
+ Coverage                               91.20%   91.22%   +0.01%     
======================================================================
  Files                                     145      145              
  Lines                                    6026     6037      +11     
======================================================================
+ Hits                                     5496     5507      +11     
  Misses                                    530      530              
Flag Coverage Δ
argilla-server 91.22% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jfcalvo jfcalvo merged commit 2ecca9d into feat/argilla-direct-feature-branch Oct 15, 2024
5 of 6 checks passed
@jfcalvo jfcalvo deleted the feat/add-dataset-metadata branch October 15, 2024 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants