Open poldpold opened 1 day ago
@poldpold thanks for the issue! Will take a look.
@poldpold if you could try installing my fix and giving it a go please:
Assuming you use SSH: pip install "git+ssh://git@github.com/dagworks-inc/hamilton.git@fix_1240"
@skrawcz, this works great, thank you! Looking forward to seeing it in an upcoming release!
@skrawcz, this works great, thank you! Looking forward to seeing it in an upcoming release!
it will be out this week.
Current behavior
When trying to cache a node whose output is a polars DataFrame, an exception is raised.
Stack Traces
Steps to replicate behavior
Write and run a jupyter notebook with the following cells:
Library & System Information
python=3.11.8, sf-hamilton=1.81.0 and 1.83.2, polars=1.10.0
Expected behavior
I expected the node output to be persisted to disk in a parquet format.