skshetry

Results 52 issues of skshetry

example: https://github.com/iterative/dvc/runs/7649735321?check_suite_focus=true#step:7:5540 Need to take a look.

testing
ci

something like `certs` in the config for the remotes instead of using `AWS_CA_BUNDLE`/`REQUESTS_CA_BUNDLE`, etc. Related: https://github.com/iterative/dvc/issues/3450, https://github.com/iterative/dvc.org/issues/1079

enhancement
feature request

When using `dvc data status --granular`, we are showing users a hint to use `dvc commit`. ```console $ dvc data status --granular DVC uncommitted changes: (use "dvc commit ..." to...

feature request
A: data-management

```console $ dvc list . --cprofile .codecov.yml .coveragerc .github .gitignore .mailmap .pre-commit-config.yaml .pre-commit-hooks.yaml .pylintrc .restyled.yaml .travis.yml .zenodo.json CODE_OF_CONDUCT.md CONTRIBUTING.md LICENSE MANIFEST.in README.rst bin debian dvc fastentrypoints.py pyproject.toml scripts setup.cfg setup.py...

p2-medium
performance
research

```bash cd "$(mktemp -d)" dvc init --no-scm dvc remote add -d local "$(mktemp -d)" mkdir -p data/processed echo "foo" > data/foo echo "bar" > data/processed/bar echo "data/processed/" >> .dvcignore dvc...

:bug: bug
p1-important
regression
A: data-management

I have tried to keep it simple. I was not sure what to add in `data/index.md`, so I started to introduce a few concepts around index/dvc-data, which is going to...

A: content
C: ref

Expand the section `Expand to see what happens under the hood. ` on https://dvc.org/doc/start/data-pipelines#pipeline-stages. The `params.yaml` is incorrectly rendered (indentation that is). https://github.com/iterative/dvc.org/blob/befb19b5debaf47137d3507e1be919640211cc78/content/docs/start/data-pipelines.md#L76-L80 It seems to be correctly written. Maybe...

🐛 type: bug
A: website
website: eng-doc

DVC removed the donate badge. See https://github.com/iterative/dvc/pull/7862. > See https://github.com/iterative/dvc/pull/7859#pullrequestreview-998911416. Donate badges/buttons seem unnecessary and might not be well received since DVC is developed and maintained by a for-profit org....