flyteorg / flyte

Scalable and flexible workflow orchestration platform that seamlessly unifies data, ML and analytics stacks.
https://flyte.org
Apache License 2.0
5.77k stars 659 forks source link

Add support Pandera 0.20+ in flytekitplugins-pandera #5531

Closed pingsutw closed 4 months ago

pingsutw commented 4 months ago

Motivation: Why do you think this is important?

In this PR, we set the upper bound for Pandera due to test failure

FAILED tests/test_plugin.py::test_pandera_dataframe_type_hints - AttributeError: module 'pandera' has no attribute 'SchemaModel'

Goal: What should the final outcome look like, ideally?

the plugin should work with Pandera 0.20+

Describe alternatives you've considered

NA

Propose: Link/Inline OR Additional context

No response

Are you sure this issue hasn't been raised already?

Have you read the Code of Conduct?

runllm[bot] commented 4 months ago

The request to support Pandera 0.20+ in flytekitplugins-pandera is not explicitly addressed in the provided data sources. However, the data sources do provide information on how to use the Pandera plugin with Flyte.

According to the Pandera Plugin README, the plugin integrates with Pandera for runtime data validation of pandas dataframes. The examples show how to define schemas and validate dataframes using Pandera.

Would you like more details on how to use the Pandera plugin with Flyte, or are you looking for specific information on updating the plugin to support Pandera 0.20+?

Sources:


This is an AI-generated response and your feedback is appreciated! Please leave a 👍 if this is helpful and 👎 if it is not.

Mention @runllm to ask follow-up questions. See runllm.com for more!