how to update the data in a data registry within another project
See original GitHub issuei went through the doc for data registry at https://dvc.org/doc/use-cases/data-registry
but i am still not clear about how to update registry
if I understand correctly, for a project that imports data from a data registry (which is a git repo), and i changed the data in that project, when i run dvc add changed_data.dvc
, what i changed is the data for my project, not the repository of the data regitry. and when i run git commit
what i commit to is my project’s git repo, not the registry’s git repo
how could i push back the new data change to the original data registry?
Issue Analytics
- State:
- Created a year ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Modifying and Stopping Registries - NCBI Bookshelf
Most, if not all registries, should undergo periodic critical evaluation by key stakeholders to ensure that the objectives are being met.
Read more >Developing a Registry of Patient Registries: Options for the ...
The goal of this paper is to provide actionable information to the Agency for Healthcare Research and Quality (AHRQ) for developing a registry...
Read more >Update project datasets: DataRobot docs
In the project, click steps in the Tools bar. · In the Steps tool, click the step with the dataset you want to...
Read more >Migrating projects using file exports - GitLab Docs
Export a project and its data · On the top bar, select Main menu > Projects and find your project. · On the...
Read more >Creating and managing projects - Documentation
Click the Select from drop-down list at the top of the page. In the Select from window that appears, select your project. The...
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 FreeTop 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
Top GitHub Comments
Hi @shelper! Please don’t take the discussion above as dismissal of your points. It’s just trying to understand and gather info.
I think it makes sense that you want to update the data registry from the consumer repo, and I have heard of others asking for something similar. As you said, it forces inexperienced users to understand a lot about how to make changes in Git. It also feels broken to me that you have to manually copy either the data or at least the
.dvc
file/checksum from the consumer repo to the data registry repo.I don’t have a good solution for you now, but let’s keep this open for discussion!
There’s also a related proposal in #8066 for how to upload data back to a repo.