DVC pull data from the s3 bucket is always failed in GitHub Action. My project link:
Tried dvc pull and dvc push , giving same output everyting is up to date.
Hopping for your help.
DVC pull data from the s3 bucket is always failed in GitHub Action. My project link:
Tried dvc pull and dvc push , giving same output everyting is up to date.
Hopping for your help.
Hey @ra_md,
The Github worker needs to have the credentials to connect to your S3 bucket. These can be configured with environment variables for example.
More info under “Click for Amazon S3” in https://dvc.org/doc/command-reference/remote/modify#available-parameters-per-storage-type
p.s. if that’s not it you can try using dvc pull -v
in the workflow to see what the exact problem is.
Hm, it is odd that your data files seem to be pulled fine but not your model files. I’m not sure what’s happening, but you could try a few things:
dvc pull -v
to get verbose output.dvc doctor
to the github action commands so that your exact dvc version and info is captured in the output as well..dvc/cache/65/12bbb0de17657f5642faab37d5f8b9
?s3://herokufastapibucket/65/12bbb0de17657f5642faab37d5f8b9
?