Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created a new page in Integrations section for Pydantic plugin in Flyte documentation #1757

Closed
wants to merge 7 commits into from
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Samhita Alla <[email protected]>
Signed-off-by: Sumana Sree Angajala <[email protected]>
sumana-2705 and samhita-alla authored Oct 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 0614fc386734e9ffcd963c88e6d17a7b5eb368b5
2 changes: 1 addition & 1 deletion examples/pydantic_plugin/README.md
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
```
[Pydantic](https://pydantic.dev/) is a data validation and settings management library that leverages Python type annotations to enforce type hints at runtime. It provides user-friendly errors when data is invalid, making it easier to ensure data integrity.

The Flytekit Pydantic plugin adds type support for Pydantic models, enabling seamless integration of data validation and settings management within Flyte tasks and workflows. This documentation demonstrates how to integrate Pydantic with Flytekit using the Flytekit Pydantic plugin.
The Flytekit Pydantic plugin adds type support for Pydantic models, enabling integration of data validation within Flyte tasks and workflows.

## Installation