Daniel Savenkov
Daniel Savenkov
## Description In DVC 3.33.3 `dvc exp run` tends to reformat dvc.yaml file. It was mentioned in [Discord](https://discord.com/channels/485586884165107732/485596304961962003/1182893061777395722) that the problem is with default width in `ruamel.yaml`. Unfortunately besides breaking...
## Description `dvc data status` fails when hydra integration is involved. ### Reproduce `git clone https://github.com/Danila89/dvc_empty.git && cd dvc_empty && dvc exp run -n something && dvc data status` ###...
## Description I'm using dvc with hydra and I would like to check whether my experiment run will reuse caches of some stages outputs. The `dvc exp run --dry` command...