Open
Description
Hi,
I am running 'dvc repro' and made changes to dependencies files, it runs the dvc stage of pipeline. This stage only trains the model, and the output is just a model.tar.gz file. This model.tar.gz file is included in dvc.yml file as an outputs.
The issue is no matter what i do, i never see the output cache ever getting uploaded in my s3 bucket. The path is correct, but the cache directory in s3 is empty. When i run pipeline, this is what i get:
Use dvc push
to send your updates to remote storage.
WARNING: Some of the cache files do not exist neither locally nor on remote. Missing cache files:
name: s3://......../something/model.tar.gz
What am I doing wrong? I did 'dvc push --remote mys3cache' but still same message.
I use:
dvc[all]==2.23.0