-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dvc import: misleading warnings and outputs #2839
Comments
Reproduction script:
|
This is much improved since the issue was opened. The output of the script @pared provided in the old version was:
Currently, it is:
This looks like everything other than issue 3 above has been addressed. Not sure what expected behavior is in this case where the repo has been updated but without changes to the specified file. @pared @efiop Any thoughts on this? |
Seems like point 3 is expected as that's the level of granularity we are dealing with in dvc update. Closing. |
One data file was updated in the imported repo. However, it was not a file that I'm trying to update.
PS: Updated file was
dir1/file2
which is corresponding to stage filedir1.dvc
EDITED:
Issue 3 (not UI): It turned out that
data/data.xml.dvc
was actually updated after the update command - the repo checksum was changed (while checksum was not updated in the changed filedir1.dvc
) with dvc-file checksum. Is it expected?Issue 4 (not UI): When I update a stage that was actually changed I still see this output ... didn't change message while the outputs were changed and even cache was updated. This happens even when I import a single artifact from a repo (I've check in another project). Code:
The text was updated successfully, but these errors were encountered: