Christian Nuss
.run(...)
@task def do_other_stuff(name: str) return f"hello {name}" @task def do_stuff(): result = do_other_stuff.run("christian")
Kevin Kho
@task def generate_name(): return "christian" @task def generate_hello(name: str): return f"hello {name}" def say_hello(): name = generate_name() hello = generate_hello(name) return hello with Flow(...): response = say_hello()
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.