PrefectHQ / prefect

Prefect is a workflow orchestration framework for building resilient data pipelines in Python.
https://prefect.io
Apache License 2.0
15.32k stars 1.5k forks source link

Update flow run inputs example to use Pydantic v2 #14321

Open discdiver opened 6 days ago

discdiver commented 6 days ago

First check

Describe the issue

https://docs-3.prefect.io/3.0rc/develop/inputs#pause-or-suspend-a-flow-until-it-receives-input uses validators and links to the v1 Pydantic docs

Describe the proposed change

Update to example and link to v2

Additional context

No response