Valeria Romero
07/07/2022, 2:53 PMtask_definition_arn
when using Docker
storage". We use a task definition arn because the task definition is created with Terraform. Maybe we're going about this the wrong way?
Thanks in advance!Anna Geller
07/07/2022, 3:25 PMValeria Romero
07/07/2022, 6:46 PMAnna Geller
07/07/2022, 9:11 PMValeria Romero
07/08/2022, 3:01 PMAnna Geller
07/08/2022, 3:16 PMShay ben-sasson
07/08/2022, 6:39 PMValeria Romero
07/08/2022, 7:15 PMsys.path
I saw that "/opt/prefect" wasn't in the path so it couldn't run. I actually got it to work by adding env={"PYTHONPATH":"$PYTHONPATH:/opt/prefect"}
to ECSRun
and making sure that when I referenced the modules (in main.py or in my other my-module.py files) I was adding import *flow_utilities*.my-module.py
. Really glad that it worked 😁