-
Notifications
You must be signed in to change notification settings - Fork 4
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
push: not updating anything on the remote #50
Comments
I'm able to confirm that I can push new files but modified files aren't being uploaded. |
Simple reproduction:
When I manually upload, I can see both versions:
|
It looks like
|
Also confirmed that this is specific to azure |
Might be related to dvc-data's checkout changes. If that is the case, downgrading to dvc 2.56.0 (make sure |
Good thought, but unfortunately I don't see any difference:
|
Can confirm, downgrading to |
I have reproduced the issue and I am taking a look |
The bug comes from c1b4fd2 You can install the previous version of
The problem is that we stopped correctly wrapping the methods (wrapping the private methods appears to not be working as expected cc @pmrowla ) For |
Upgrading dvc-azure fixes the issue:
The bump will be included in the next release. |
Closes #9506 via iterative/dvc-azure#48 (cherry picked from commit a1b891c)
Closes #9506 via iterative/dvc-azure#48 (cherry picked from commit a1b891c)
The dvc-azure changes for this issue only resolve the issue in specific cases, and reintroduce the problem in other cases. see: https://github.com/iterative/dvc-azure/pull/48/files#r1236138314 discord context: https://discord.com/channels/485586884165107732/485596304961962003/1120799820605575209 |
Bug Report
dvc push
is not really pushing newly changed files remotely even though it confirms the changes.Description
The remote is an Azure blob storage that has versioning enabled.
When I do
dvc push
I do get the confirmation1 file pushed
but in the end, nothing has been pushed to the remote blob storage.I can confirm this visually by browsing the files in the blob container (have enabled
version_aware
and can see that themodified timestamp
corresponds to the old files) but also by tryingdvc pull
on another repo.Reproduce
dvc remote add -d my_azure azure://my-blob/
dvc repro
&dvc push
dvc repro
&dvc push
againdvc.lock
is updated accordinglyExpected
Files should be updated on remote.
Environment information
The text was updated successfully, but these errors were encountered: