Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
DataChain.listings()
method and use it in getting storages #331Add
DataChain.listings()
method and use it in getting storages #331Changes from all commits
44552e1
1e64b7f
1f1b7b3
5fbcfc7
a922e0a
a09a2c8
1d2a8b0
76e2cce
ad98378
3587f8b
925c7cd
8714fcd
e363c13
38503d1
48931f6
1f3f7aa
5a56062
40e83f6
84ad5da
ed4f4a1
8537347
18a0a01
14aadc0
d74f4bf
bf1e24e
15afd42
97297bf
2d7fb35
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 107 in src/datachain/dataset.py
Codecov / codecov/patch
src/datachain/dataset.py#L107
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.
should we use LISTING as a type (since we use
listing
as term in some other places)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.
I was thinking about this as well. Not sure, but both is correct IMO
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.
yes, but it just make it simpler to maintain, search, understand
not critical, but I would try to go everywhere with the same term
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.
I will consider that in upcoming PRs just to not block this one
Check warning on line 22 in src/datachain/lib/listing_info.py
Codecov / codecov/patch
src/datachain/lib/listing_info.py#L22