I plan to use reference_tasks for inter project ta...
# flyte-support
c
I plan to use reference_tasks for inter project task execution (allow project A call a "public" task from project B) the main hurdle is handling task versions - to avoid coupling between the projects, I don't want the client to maintain the the current version of the provider, but call the latest deployed version. is there a way to do this?
g
so you want to always launch latest version of reference task in project, right?
c
yes
g
we don’t support that for now. mind creating an issue here. [flyte-core]
g
Thanks!
f
I think this is supported right? Ohh you have to use fetch_task
154 Views