few-angle-62167
06/04/2025, 8:06 AMflytekit.exceptions.system.FlyteDownloadDataException: SYSTEM:DownloadDataError: error=Failed to get data from <gs://bucket/project/domain/runid/data.tar.gz> to ./ (recursive=False).
Original exception: Invalid Credentials, 401
I use this configuration as my image spec
image_spec = ImageSpec(
name=<name>,
requirements="uv.lock",
builder_config={"micromamba_image": "mambaorg/micromamba:2.1-debian12-slim"},
registry=<gcp-artifact-registry>
)
then run
source .venv/bin/activate
pyflyte run --remote --project <project> --domain <domain> <workflow_file.py> <workflow>
after the job is submitted into the server about 2 minutes I got that error message.
PS. flytekit version is 1.16.0
appreciate your support as always.clean-glass-36808
06/04/2025, 4:25 PMfew-angle-62167
06/04/2025, 4:58 PMfreezing-airport-6809
few-angle-62167
06/05/2025, 4:47 AMfreezing-airport-6809