question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

how to update the data in a data registry within another project

See original GitHub issue

i 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:open
  • Created a year ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
dberenbaumcommented, Sep 8, 2022

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!

0reactions
dberenbaumcommented, Sep 8, 2022

There’s also a related proposal in #8066 for how to upload data back to a repo.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found