datachain icon indicating copy to clipboard operation
datachain copied to clipboard

Dataset namespaces

Open ilongin opened this issue 7 months ago • 1 comments

Adding dataset namespaces and projects.

  • [x] Adding Namespace entity and function to create / get
  • [x] Adding Project entity and function to create / get
  • [ ] Adding delete project and namespace
  • [x] Connecting dataset models to projects and namespaces and using them on creation
  • [ ] ...

ilongin avatar May 21 '25 13:05 ilongin

Deploying datachain-documentation with  Cloudflare Pages  Cloudflare Pages

Latest commit: 93fdc7a
Status: ✅  Deploy successful!
Preview URL: https://628f93db.datachain-documentation.pages.dev
Branch Preview URL: https://ilongin-1081-dataset-namespa.datachain-documentation.pages.dev

View logs

Codecov Report

Attention: Patch coverage is 92.04738% with 47 lines in your changes missing coverage. Please review.

Project coverage is 88.63%. Comparing base (f0fd60c) to head (93fdc7a). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/datachain/data_storage/metastore.py 90.78% 7 Missing and 7 partials :warning:
src/datachain/cli/commands/datasets.py 62.06% 9 Missing and 2 partials :warning:
src/datachain/catalog/catalog.py 83.05% 7 Missing and 3 partials :warning:
src/datachain/data_storage/sqlite.py 94.20% 3 Missing and 1 partial :warning:
src/datachain/dataset.py 92.50% 2 Missing and 1 partial :warning:
src/datachain/lib/dc/datasets.py 90.47% 1 Missing and 1 partial :warning:
src/datachain/studio.py 81.81% 1 Missing and 1 partial :warning:
src/datachain/namespace.py 97.43% 1 Missing :warning:
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1115      +/-   ##
==========================================
+ Coverage   88.41%   88.63%   +0.21%     
==========================================
  Files         148      152       +4     
  Lines       13031    13467     +436     
  Branches     1834     1867      +33     
==========================================
+ Hits        11521    11936     +415     
- Misses       1075     1087      +12     
- Partials      435      444       +9     
Flag Coverage Δ
datachain 88.56% <92.04%> (+0.22%) :arrow_up:

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

Files with missing lines Coverage Δ
src/datachain/__init__.py 100.00% <100.00%> (ø)
src/datachain/cli/__init__.py 57.69% <ø> (ø)
src/datachain/cli/parser/__init__.py 98.37% <ø> (-0.07%) :arrow_down:
src/datachain/data_storage/warehouse.py 88.94% <100.00%> (+0.11%) :arrow_up:
src/datachain/delta.py 92.40% <100.00%> (ø)
src/datachain/error.py 100.00% <100.00%> (ø)
src/datachain/lib/dataset_info.py 88.88% <100.00%> (+0.36%) :arrow_up:
src/datachain/lib/dc/datachain.py 89.92% <100.00%> (+0.18%) :arrow_up:
src/datachain/lib/dc/listings.py 88.88% <100.00%> (ø)
src/datachain/lib/dc/records.py 100.00% <ø> (ø)
... and 18 more

... and 1 file with indirect coverage changes

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Jun 02 '25 13:06 codecov[bot]

@ilongin thank you for answering all the questions 🙏❤️

dreadatour avatar Jun 10 '25 11:06 dreadatour