Hi guys, i'm trying to add a datadog container to ...
# ask-community
k
Hi guys, i'm trying to add a datadog container to a prefect ECS task, but now the task can't deploy, the prefect container is throwing this error in the ECS logs
Copy code
│ No such command 'execute'. │
1
k
Are you using an agent that's on a recent release of Prefect?
k
for the agent container we're using this image
prefecthq/prefect:2-python3.10
k
have you updated the prefect version of the container that's running your flow? If your flow run container is <2.12 this'll happen
k
we're on 2.11.0, so we'll update, thanks!
🙌 1
l
Its safe to say prefect >2.12 is not backward compatible?