Skip to content
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

Not pushing when there are empty md5 clauses in any DVC-file #3359

Closed
adrianohrl opened this issue Feb 18, 2020 · 3 comments
Closed

Not pushing when there are empty md5 clauses in any DVC-file #3359

adrianohrl opened this issue Feb 18, 2020 · 3 comments
Assignees
Labels
bug Did we break something? p0-critical Critical issue. Needs to be fixed ASAP.

Comments

@adrianohrl
Copy link

Instead of using the dvc run command, I manually created a DVC-file to compose my processo pipeline as its last stage. For minimizing my efforts, I cleaned all md5 clauses presented in this DVC-file. Before reproducing it, I ran the dvc push command, leading to an issue. I could not push properly until I removed all empty md5 clauses from this DVC-file.

DVC version: 0.83.0
Platform: Ubuntu 18.04
Method of installation: apt install dvc[s3]

@triage-new-issues triage-new-issues bot added the triage Needs to be triaged label Feb 18, 2020
@efiop efiop added the p0-critical Critical issue. Needs to be fixed ASAP. label Feb 18, 2020
@triage-new-issues triage-new-issues bot removed the triage Needs to be triaged label Feb 18, 2020
@efiop efiop added the bug Did we break something? label Feb 18, 2020
@efiop
Copy link
Contributor

efiop commented Feb 18, 2020

For the record: The issue happens if you replace md5: 123456 with md5: in any dvc-file and then try to dvc push or dvc status -c it.

Discord context: https://discordapp.com/channels/485586884165107732/485596304961962003/679431956777402368

@pared
Copy link
Contributor

pared commented Feb 25, 2020

Error message fixed in #3365

@pared
Copy link
Contributor

pared commented Feb 25, 2020

@adrianohrl now when trying to push you should see suggestion how lack of md5's can be fixed.

@pared pared closed this as completed Feb 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Did we break something? p0-critical Critical issue. Needs to be fixed ASAP.
Projects
None yet
Development

No branches or pull requests

3 participants