cuddly-jelly-27016
02/24/2025, 6:31 PM@task(
cache=True,
cache_version="v1.0",
timeout=timedelta(seconds=20),
)
def basic_cache(num: str) -> str:
return f"Hi: {num[0]} ugh-1"
@workflow()
def task_metadata_wf() -> str:
return basic_cache(num="1").with_overrides(cache_version="v1.1")
Screenshots
No response
Are you sure this issue hasn't been raised already?
• Yes
Have you read the Code of Conduct?
• Yes
flyteorg/flytecuddly-jelly-27016
02/24/2025, 6:31 PM