Hi folks, we’re configuring Prefect to run tasks w...
# prefect-community
a
Hi folks, we’re configuring Prefect to run tasks with Fargate Agent. Is there a way to tell Prefect to create task definitions with a predefined naming convention instead of flow_name along with tags flow_id and flow_version?
j
Hi @ale currently it doesn’t appear that there is a way in the fargate agent to override this default behavior. https://github.com/PrefectHQ/prefect/blob/7fe55a83f275a01d95268ff9e4bd5f5b349728e1/src/prefect/agent/fargate/agent.py#L478-L489 Maybe we could expose a callable that could be used to template the name if you want to open an enhancement request for it on the repo 🙂
👍 1