Andreas
07/11/2022, 8:44 AMDeploymentSpec
are deprecated as of Prefect 2.0b8 release, does that mean that defining Deployments in YAML is going to also be depracated in the future? Can I still base my work on YAML?Anna Geller
07/11/2022, 10:54 AMname: my-first-deployment
flow:
path: ./path-to-the-flow-script.py
name: hello-world
tags:
- foo
- bar
parameters:
name: "Earth"
schedule:
interval: 3600