external-outs: mention `dvc add url`
See original GitHub issueCurrently, we only mention that you can specify your remote output in the dvc run command, but we don’t say anything about an ability to dvc add your remote files.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Importing External Data | Data Version Control - DVC
To define files or directories in an external location as stage dependencies, specify their remote URLs or external paths in dvc.yaml ( deps...
Read more >Managing External Data | Data Version Control - DVC
To use existing files or directories in an external location as outputs, give their remote URLs or external paths to dvc add ,...
Read more >add | Data Version Control - DVC
Open-source version control system for Data Science and Machine Learning projects. Git-like experience to organize your data, models, and experiments.
Read more >remote add | Data Version Control - DVC
url specifies a location to store your data. It can represent a cloud storage service, an SSH server, network-attached storage, or even a...
Read more >import-url | Data Version Control - DVC
out Destination path to put files in. Description. In some cases it's convenient to add a data file or directory from an external...
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

I have made a pull request by performing the required changes as understood by me. Kindly have a look @efiop and suggest changes if required. Thank you for the coordination!!
@AJ-54 For example