glamorous-pillow-95848
09/10/2024, 6:08 PM@card
decorator:
Card render failed with error :
Object not found:
Task('TrainingFlow/1725991069291779/train_fold/12') does not exist
This doesn't block the flow from running. Everything works fine when running locally.
Any ideas?hallowed-glass-14538
09/10/2024, 7:07 PM@step
that runs locally and follows your @batch
step. You can set the @card
on that locally run step and you should be able to access the card for that.glamorous-pillow-95848
09/10/2024, 8:13 PM--with batch
.
I set up this env variable:
METAFLOW_SERVICE_URL=<https://jza9cty78i.execute-api.us-east-1.amazonaws.com/api/>
The value is one of the outputs from the stack.
Wouldn't that set up the service? Is there anything else I need to do for that service to work?hallowed-glass-14538
09/10/2024, 8:14 PMglamorous-pillow-95848
09/10/2024, 8:15 PMglamorous-pillow-95848
09/10/2024, 9:35 PM