-
Notifications
You must be signed in to change notification settings - Fork 104
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
Add datasets filter for datachain ds ls
#898
Conversation
With this change, a optional positional arg is added for datachain ds ls. Example output: ``` datachain ds ls temp Name Studio Local ------ -------- ------- temp v1 ✖ temp v2 ✖ temp v3 ✖ temp v4 ✖ temp v5 ✖ temp v6 ✖ temp v7 ✖ temp v8 ✖ temp v9 ✖ temp v10 ✖ temp v11 ✖ temp v12 ✖ temp v13 v13 ```
Deploying datachain-documentation with
|
Latest commit: |
0952dcb
|
Status: | ✅ Deploy successful! |
Preview URL: | https://366969e7.datachain-documentation.pages.dev |
Branch Preview URL: | https://amrit-ls-dataset-filter.datachain-documentation.pages.dev |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #898 +/- ##
==========================================
- Coverage 87.67% 87.64% -0.03%
==========================================
Files 129 129
Lines 11490 11513 +23
Branches 1553 1560 +7
==========================================
+ Hits 10074 10091 +17
- Misses 1025 1030 +5
- Partials 391 392 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@amritghimire could you please add the exact command that you run? |
It is in PR description.
where temp is the name of dataset. |
With this change, a optional positional arg is added for datachain ds
ls.
Example output: