Ivan Shcheklein

Results 95 issues of Ivan Shcheklein

Take the recent `example-get-started-experiments`. Change in `dvc.lock` `md5` for `results/train` directory that among other things has a `metrics.json` specified in it. Run `dvc metrics show --json`: ``` WARNING: failed to...

bug
p1-important
A: experiments
A: metrics

Context: https://github.com/iterative/dvc/discussions/9907#discussioncomment-6990738 Let's say we have two remotes: ``` ['remote "dev"'] url = s3://yury-cloud-versioning-test/test-dev version_aware=true ['remote "prod"'] url = s3://yury-cloud-versioning-test/test-prod version_aware=true ``` Let's say we need to migrate data from...

bug
p1-important
A: cloud-versioning

And exclude .pyc.

type: enhancement
good first issue
A: docs
p2-nice-to-have
C: guide

Try different workflows, shared folders, shared drive (advanced) https://discordapp.com/channels/485586884165107732/485596304961962003/742998672400449556 + https://discordapp.com/channels/485586884165107732/485596304961962003/743193799445971036 > If it requires my google account to pull data from the dvc remote, how can I share data...

type: enhancement
good first issue
A: docs
p2-nice-to-have
C: ref

https://stackoverflow.com/questions/67215839/use-parameters-from-additional-configs-in-dvc-2-0/67221065#comment118833797_67221065 > In [link](https://dvc.org/doc/user-guide/project-structure/pipelines-files#templating) it says "To load additional params files, list them in the top vars, in the desired order, e.g.:". This is where my initial confusion originated from....

A: docs
p2-nice-to-have
C: guide

While we have in the sidebar, e.g.: ```json { "label": "VS Code Extension", "url": "https://marketplace.visualstudio.com/items?itemName=Iterative.dvc", "type": "external", "icon": "vscode" } ```

🐛 type: bug
A: website

okay, problems that I see: - [ ] `maxdepth` is not supported - [ ] `withdirs` is not supported (must have for expand path) - [ ] doesn't check bucket...

bug
fs
priority-p1

With a complicated DVC pipeline, with dynamic parametrized dependencies it's not easy to get an exact command that is needed to run a specific stage under debugger outside of DVC....

priority-p1
research
A: integration
📦 product

For simpler onboarding (and tutorial) it would be handy to have a button like this. It can cover only new files (no complicated scenarios like adding files into a directory...

enhancement
priority-p2
A: data

In enterprise environment there are usually a bunch of env vars that we need to set to access things like proxy, custom SSL certs, etc, etc. It can be set...

enhancement
A: experiments
📦 product