prefect.manifests
¶
Manifests are portable descriptions of one or more workflows within a given directory structure.
They are the foundational building blocks for defining Flow Deployments.
Manifest
¶
Bases: BaseModel
A JSON representation of a flow.
Source code in prefect/manifests.py
18 19 20 21 22 23 24 25 26 27 |
|