Skip to content
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

BUG: Data store error - AWS batch/step execution #2137

Open
itLovaz opened this issue Nov 8, 2024 · 1 comment
Open

BUG: Data store error - AWS batch/step execution #2137

itLovaz opened this issue Nov 8, 2024 · 1 comment

Comments

@itLovaz
Copy link

itLovaz commented Nov 8, 2024

Environment:
metaflow version: 2.12.29
Python 3.11 (Docker Image from public.ecr.aws/docker/library/python:3.11)
Running on AWS Batch

Description:
Tested with version 2.12.28 and it runs successfully, with this latest version we get:
Data store error: No completed attempts of the task was found for task MyFlow/sfn-*/_parameters/*-params.

Maybe worth mentioning that we include a json file into MyFlow like:


json_config = IncludeFile(
        name="my_config",
        required=True,
        help="The Configuration",
        default=f"./{PARAMS_JSON}",
    )

@itLovaz itLovaz changed the title Data store error - AWS batch/step execution BUG: Data store error - AWS batch/step execution Nov 8, 2024
@colebaileygit
Copy link

colebaileygit commented Nov 12, 2024

I also got this error when running on argo workflows. My flow does not use IncludeFile but just usual parameters.

I can also confirm it happens for 2.12.29 but not 2.12.28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants