Thomas Addison
06/15/2022, 2:30 PMmap_task
? I've tried by adding the caching stuff to the @task
decorator and in the "mapification" like this:
map_task(my_task)(input=input).with_overrides(cache=True, cache_version="1.0")
but I'm not seeing in the flyte console the little swirly that indicates the task either wrote to or read from the cache. Is caching a map task supported?Dan Rammer (hamersaw)
06/15/2022, 2:37 PMThomas Addison
06/15/2022, 3:08 PMDan Rammer (hamersaw)
06/15/2022, 3:11 PMNastya Rusina
06/15/2022, 5:03 PMThomas Addison
06/16/2022, 6:14 PMNastya Rusina
06/17/2022, 6:15 PMThomas Addison
06/28/2022, 7:58 PM