Even though in the docs (in “Named Outputs”), it s...
# flyte-v1-support
s
Even though in the docs (in “Named Outputs”), it shows
Copy code
hello_output = typing.NamedTuple("OP", greet=str)
@task
def say_hello() -> hello_output:
    return hello_output("hello world")
153 Views