You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whe I try to run this stage y got this error but the file exists.
This error happens only with dvc 2.X, if I downgrade dvc to the version 1.11.6 this stage runs properly.
Reproduce
Create a remote bucket in google cloud "mybucket"
Create a local file "touch delete.me"
Run dvc stage: dvc run -n mystage -d delete.me --external -o gs://mybucket/delete.me gsutil cp delete.me gs://mybucket/
Expected
The same behaviour than the goten with dvc 1.11.6
Environment information
Output of dvc doctor:
$ dvc doctorPlatform: Python 3.9.1 on Linux-5.4.0-1037-gcp-x86_64-with-glibc2.31Supports: All remotesCache types: <https://error.dvc.org/no-dvc-cache>Caches: local, gsRemotes: gs, gs, gsWorkspace directory: ext4 on /dev/rootRepo: dvc, git
The text was updated successfully, but these errors were encountered:
We've removed support for gs because it was fundamentally broken for multipart objects. External output scenario is highly experimental in general and we don't recommend using it unless you really need to. But we are aware that there is a demand for that, so it is on our todo list to research it deeper and maybe propose a better general solution (related #3920).
Just to be clear, we are not going to support gs external outputs the same way anymore, so unfortunately you might be stuck with older dvc for now, if you have to use that feature.
Btw, could you describe your scenario, so we could understand better your particular case and maybe suggest an alternative?
Bug Report
Description
Whe I try to run this stage y got this error but the file exists.
This error happens only with dvc 2.X, if I downgrade dvc to the version 1.11.6 this stage runs properly.
Reproduce
dvc run -n mystage -d delete.me --external -o gs://mybucket/delete.me gsutil cp delete.me gs://mybucket/
Expected
The same behaviour than the goten with dvc 1.11.6
Environment information
Output of
dvc doctor
:The text was updated successfully, but these errors were encountered: