I plan to use reference_tasks for inter project ta...
# ask-the-community
o
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?
k
so you want to always launch latest version of reference task in project, right?
o
yes
k
we don’t support that for now. mind creating an issue here. [flyte-core]
k
Thanks!
k
I think this is supported right? Ohh you have to use fetch_task
151 Views