-
Notifications
You must be signed in to change notification settings - Fork 382
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
[FEATURE] Add support to update record fields #5685
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #5685 +/- ##
===========================================
+ Coverage 91.98% 92.24% +0.25%
===========================================
Files 161 161
Lines 6778 6676 -102
===========================================
- Hits 6235 6158 -77
+ Misses 543 518 -25
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -24,7 +24,7 @@ jobs: | |||
build: | |||
services: | |||
argilla-server: | |||
image: argilladev/argilla-hf-spaces:develop | |||
image: argilladev/argilla-hf-spaces:pr-5685 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: Change before merge
image: argilladev/argilla-hf-spaces:pr-5685 | |
image: argilladev/argilla-hf-spaces:develop |
Description
This PR adds backend support to update record fields.
Type of change
How Has This Been Tested
Checklist