-
Notifications
You must be signed in to change notification settings - Fork 377
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
Integrate datasets crud endpoints #2510
Integrate datasets crud endpoints #2510
Conversation
…atasets-CRUD-endpoints
for more information, see https://pre-commit.ci
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## feat/add-basic-database-support #2510 +/- ##
===================================================================
+ Coverage 92.74% 93.54% +0.80%
===================================================================
Files 167 163 -4
Lines 8271 8217 -54
===================================================================
+ Hits 7671 7687 +16
+ Misses 600 530 -70
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 2 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
src/argilla/server/apis/v0/handlers/text_classification_dataset_settings.py
Outdated
Show resolved
Hide resolved
src/argilla/server/apis/v0/handlers/text_classification_dataset_settings.py
Outdated
Show resolved
Hide resolved
src/argilla/server/apis/v0/handlers/token_classification_dataset_settings.py
Outdated
Show resolved
Hide resolved
src/argilla/server/apis/v0/handlers/token_classification_dataset_settings.py
Outdated
Show resolved
Hide resolved
src/argilla/server/apis/v0/handlers/token_classification_dataset_settings.py
Outdated
Show resolved
Hide resolved
Co-authored-by: José Francisco Calvo <[email protected]>
This PR integrates new DB logic and policies with the current implementation.
auth.get_current_user
returns amodels.User
instanceauth.get_current_user
methodIn a separate PR the pydantic User class will be cleaned and normalized