Yash
Anna Geller
from prefect import task, Flow, Parameter @task(log_stdout=True) def print_plus_one(x): print(x + 1) with Flow('Parameterized Flow') as flow: x = Parameter('x', default = 2) print_plus_one(x=x)
Kevin Kho
Run
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.