Even though in the docs (in “Named Outputs”), it s...
# ask-the-community
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")
152 Views