-
Notifications
You must be signed in to change notification settings - Fork 412
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 add_metadata_property
to both FeedbackDataset
and RemoteFeedbackDataset
#3900
Merged
alvarobartt
merged 24 commits into
feature/support-for-metadata-filtering-and-sorting
from
feat/add-metadata-properties-to-existing
Oct 11, 2023
Merged
feat: add add_metadata_property
to both FeedbackDataset
and RemoteFeedbackDataset
#3900
alvarobartt
merged 24 commits into
feature/support-for-metadata-filtering-and-sorting
from
feat/add-metadata-properties-to-existing
Oct 11, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…github.com:argilla-io/argilla into feat/add-metadata-properties-to-existing
add_metadata_properties
to RemoteFeedbackDataset
add_metadata_property
to both FeedbackDataset
and RemoteFeedbackDataset
…o feat/add-metadata-properties-to-existing
…o feat/add-metadata-properties-to-existing
The URL of the deployed environment for this PR is https://argilla-quickstart-pr-3900-ki24f765kq-no.a.run.app |
gabrielmbmb
approved these changes
Oct 10, 2023
Co-authored-by: Gabriel Martín Blázquez <[email protected]>
Co-authored-by: Gabriel Martin <[email protected]>
The method `_validate_metadata_property` is now `_unique_metadata_property`
Codecov ReportAttention:
... and 6 files with indirect coverage changes 📢 Thoughts on this report? Let us know!. |
…github.com:argilla-io/argilla into feat/add-metadata-properties-to-existing
…github.com:argilla-io/argilla into feat/add-metadata-properties-to-existing
7c2030d
into
feature/support-for-metadata-filtering-and-sorting
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR implements the method
add_metadata_property
to bothFeedbackDataset
andRemoteFeedbackDataset
(i.e.FeedbackDataset
in Argilla) so that an user with eitheradmin
orowner
role can add a newmetadata_property
to either a localFeedbackDataset
or to an existingFeedbackDataset
in Argilla.Closes #3898
Type of change
How Has This Been Tested
add_metadata_property
method inRemoteFeedbackDataset
add_metadata_property
method inFeedbackDataset
Checklist