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

[ManagedDB] Rest API based Thin client for ManagedService #2666

Closed
wants to merge 101 commits into from

Merge branch 'main' of github.com:activeloopai/deeplake into managed-…

ddd1065
Select commit
Loading
Failed to load commit list.
Closed

[ManagedDB] Rest API based Thin client for ManagedService #2666

Merge branch 'main' of github.com:activeloopai/deeplake into managed-…
ddd1065
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 10, 2024 in 0s

82.33% (-2.09%) compared to 8fff66c

View this Pull Request on Codecov

82.33% (-2.09%) compared to 8fff66c

Details

Codecov Report

Attention: 264 lines in your changes are missing coverage. Please review.

Comparison is base (8fff66c) 84.41% compared to head (ddd1065) 82.33%.

Files Patch % Lines
deeplake/core/dataset/dataset.py 19.68% 102 Missing ⚠️
...rstore/dataset_handlers/managed_dataset_handler.py 59.17% 69 Missing ⚠️
deeplake/client/managed/managed_client.py 25.97% 57 Missing ⚠️
...eplake/core/vectorstore/deep_memory/deep_memory.py 28.57% 15 Missing ⚠️
deeplake/core/vectorstore/vector_search/utils.py 70.37% 8 Missing ⚠️
...ectorstore/vector_search/indra/search_algorithm.py 73.33% 4 Missing ⚠️
deeplake/util/exceptions.py 40.00% 3 Missing ⚠️
...ctorstore/dataset_handlers/dataset_handler_base.py 92.00% 2 Missing ⚠️
deeplake/core/vectorstore/deeplake_vectorstore.py 77.77% 2 Missing ⚠️
deeplake/client/utils.py 50.00% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2666      +/-   ##
==========================================
- Coverage   84.41%   82.33%   -2.09%     
==========================================
  Files         231      234       +3     
  Lines       26437    26906     +469     
==========================================
- Hits        22316    22152     -164     
- Misses       4121     4754     +633     

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