We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dvc.run
We removed dvc run command in 3.0 and removed support for running .dvc file. But dvc.run() still exists and lots of tests are still using it.
dvc run
.dvc
dvc.run()
We should remove the use of dvc.run() from tests and gradually get rid of dvc.run() API.