Results 37 issues of Ivan Longin

Hi :) I have made simple cql-builder that allows me to build queries without concatenating bunch of strings specially if I want to create query dynamically. It doesn't yet support...

Before, when listing local FS, we had root of the FS always set for `source` field, e.g `file:///` and the rest was in `path`. Idea behind this was to utilize...

In related PR https://github.com/iterative/datachain/pull/294 we are going to have listing logic inside of `DataChain.from_storage()` itself. We should replace old listing that is being called from CLI and maybe other places...

This file has a lot of dead code which was used in old API. We should investigate what can be safely removed. Blocked by: https://github.com/iterative/datachain/issues/340

priority-p2
housekeeping

When trying to get rid of `add-storage` method we refactored FS listing to always set root of the file system (`file:///`) as `source` and rest of the path is in...

priority-p1

This is follow up for PR https://github.com/iterative/datachain/pull/294 where listing is saved (cached) inside `.from_storage()` method itself which means it's not lazy unlike all the other `DataChain` steps. We should think...

Adding dataset namespaces and projects. - [x] Adding `Namespace` entity and function to create / get - [x] Adding `Project` entity and function to create / get - [ ]...

Fixing the issue when we read parquet file that is being created with datachain itself and already has source fields inside it. What was happening is that we were adding...

Now as we have semver implemented, we should add additional ability to filter by wildcards. `*` in a version part would mean "give me the latest version of that part"....

Currently we use combinations of dataset name + version, but this is not stable i.e. someone could re-create dataset and it's name + version will be the same, but content...

enhancement
priority-p2