PrefectHQ / prefect

Prefect is a workflow orchestration tool empowering developers to build, observe, and react to data pipelines
https://prefect.io
Apache License 2.0
15.29k stars 1.5k forks source link

Add documentation about supported function types #14060

Closed jlowin closed 1 week ago

jlowin commented 1 week ago

Adds docs to describe the various types of functions that can be decorated as flows/tasks and any specific notes to keep in mind. Adds tests to affirm that async methods are supported.