Join Slack
Powered by
What's the best way to introduce a non-backward co...
# flyte-connectors
a
alert-oil-1341
10/09/2024, 5:26 PM
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
damp-lion-88352
10/10/2024, 1:12 AM
This is a proper way
Open in Slack
Previous
Next