Bianca Rosa
04/14/2022, 4:02 PMCaught an error for run d2d41d8d-9c95-4816-a605-d412d2a98b9a while removing it from the queue. Marking the run as failed and dropping it from the queue: botocore.exceptions.ParamValidationError: Parameter validation failed:
Invalid type for parameter containerDefinitions[0].image, value: None, type: <class 'NoneType'>, valid types: <class 'str'>
I still need to nail down the permissions needed by Dagster, but it looks like its not being able to get the image name to create the ECS Task with EcsRunLauncher
.
Any ideas onto why this could be happening?johann
04/14/2022, 9:22 PMBianca Rosa
04/14/2022, 9:23 PMjohann
04/14/2022, 10:03 PMDAGSTER_CURRENT_IMAGE
variable that we use for that parameter https://github.com/dagster-io/dagster/blob/master/examples/deploy_ecs/docker-compose.yml#L89-L93Bianca Rosa
04/15/2022, 1:34 PM