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
11 12 13 14 15 16 17 18 19 20 |
|