Ivan Shcheklein
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...
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...
And exclude .pyc.
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...
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....
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" } ```
okay, problems that I see: - [ ] `maxdepth` is not supported - [ ] `withdirs` is not supported (must have for expand path) - [ ] doesn't check bucket...
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....
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...
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...