-
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
repro: Fails to update dvc.lock when AWS credentials expired during execution #9987
Comments
This is probably the same issue as #9912 which is fixed in DVC |
I've just upgraded to DVC 3.22.1 using
My
|
@aschuh-hf I'm not able to quickly reproduce it, so if you are able to put together some minimal example, that would help. Is |
I just deleted |
Bug Report
Description
Commands such as
dvc status
anddvc repro
now require valid AWS credentials when usingdvc-s3
. This wasn't the case with DVC 2 I belief. The issue withdvc repro
requiring those credentials is that this may result in the following error when the credentials expired for a long running repro task.Note that the 'stage' was not being executing because of this error, i.e., the error occurs at the start of a stage when DVC tries to determine whether the stage needs to re-run.
Reproduce
Run
dvc status
in a DVC project which has a S3 bucket configured as remote without having valid AWS credentials. Same fordvc repro
.Expected
AWS credentials should only be required for operations which must read the remote bucket (
dvc push
,dvc pull
,dvc gc
etc).Environment information
Output of
dvc doctor
:Additional Information (if any):
The text was updated successfully, but these errors were encountered: