https://flyte.org logo
#ask-the-community
Title
# ask-the-community
o

Ophir Yoktan

05/09/2023, 4:25 PM
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

Kevin Su

05/09/2023, 6:01 PM
so you want to always launch latest version of reference task in project, right?
o

Ophir Yoktan

05/09/2023, 6:06 PM
yes
k

Kevin Su

05/09/2023, 6:57 PM
we don’t support that for now. mind creating an issue here. [flyte-core]
k

Kevin Su

05/09/2023, 11:04 PM
Thanks!
k

Ketan (kumare3)

05/10/2023, 3:32 AM
I think this is supported right? Ohh you have to use fetch_task
2 Views