jolly-florist-66728
12/03/2024, 9:23 AMEcho
type has been added? Which flytekit version (and backend) is required for this? Some of my workflows could be simplified with this
# Answer
It seems likely that the Echo
task type was introduced in Flytekit version 1.13.6 and is enabled by default in Flyte 1.13.2. This task type allows for simple echo operations, where inputs are directly passed to outputs without additional processing. This feature can simplify workflows by eliminating the need for placeholder tasks in conditional branches.
Would you like more detail on how to implement or use the Echo
task in your workflows?
Sources:
- What's new in Flyte 1.13.2 and Flytekit 1.13.6
Slack Link
https://flyte.slack.com/archives/CP2HDHKE1/p1733217807.163399 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.