What's the best way to introduce a non-backward co...
# flyte-connectors
a
What's the best way to introduce a non-backward compatible change to an agent? For instance, say the outputs are changed. Our thought is that we'll have to do it at a package level, i.e.
my.agent
and
my.v2.agent
and also set the task names uniquely, i.e.
my_task
and
my_task_v2
. Any other thoughts?
d
This is a proper way