Support DVC push of locked files
See original GitHub issueHi guys, it would come in handy to push locked files, e.g. using -l, --with-locked
option. For example, I have many locked callback stages that download a file from a URL and I also want to have these in the remote cache.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
push | Data Version Control - DVC
The dvc push and dvc pull commands are the means for uploading and downloading data to and from remote storage (S3, SSH, GCS,...
Read more >DVC - DagsHub Docs
The storage can be managed by DVC and easily configured with any machine. Using the DVC pointer files ( .dvc ) and the...
Read more >Data Version Control With Python and DVC - Real Python
In this tutorial, you'll learn to use DVC, a powerful tool that solves many problems encountered in machine learning and data science.
Read more >git-ignore dvc.lock in repositories where only ... - Stack Overflow
This is definitely possible, as DVC features are loosely coupled to one another. You can do pipelining by writing your dvc.yaml file(s), ...
Read more >5.1. Reproducible machine learning analyses: DataLad as DVC
At this point, all changes that were committed to Git (such as the .dvc files) still need to be pushed to a Git...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
dvc push
now works with locked files 🙂Another approach with pull-specific locks is discussed here https://github.com/iterative/dvc/issues/2450#issuecomment-525792284