yu zeng
Kevin Kho
Anna Geller
import prefect from prefect import task, Flow @task def say_hello(): print('123') # logger = prefect.context.get("logger") # <http://logger.info|logger.info>("Hello, Cloud!") with Flow("hello-flow2") as flow: say_hello() # flow.run() flow.register(project_name="test2")
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.