You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Flytekit Polars plugin supports polars.DataFrame but not LazyFrame (source). Users can convert LazyFrame to DataFrame using the collect() method as a workaround.
Would you like more details on how to extend Flytekit to support LazyFrame?
Motivation: Why do you think this is important?
Currently, the flytekit polars plugin only supports
polars.DataFrame
, but many polars users also useLazyFrame
s.Goal: What should the final outcome look like, ideally?
The flytekit type transformers should support
pl.LazyFrame
annotation andStructuredDataset
encoding/decodingDescribe alternatives you've considered
Today users can convert
LazyFrame
s toDataFrame
with acollect()
call.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?
The text was updated successfully, but these errors were encountered: