Hi, I am developing a metaflow stack in aws cdk v2...
# ask-metaflow
b
Hi, I am developing a metaflow stack in aws cdk v2 right now and for the most part all of the services are spinning up correctly and without issues, which was great, I tried submitting the 05-helloaws tutorial using batch on the
hello
step and am able to reach the job queue, but subsequently i fall into a
Data store error: No completed attempts of the task was found for task 'HelloAWSFlow/{id}/start/1'
and the task fails on the
start
step. I haven’t gotten to running the metadata on
service
yet, so my current execution call is as below
python 05-helloaws/helloaws.py --with batch --datastore=s3 --metadata=local run
any insight is hugely appreciated. thank you!
1