-
Notifications
You must be signed in to change notification settings - Fork 89
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
Cannot use file_format: delta
with polars.EagerPolarsDataset
#444
Labels
bug
Something isn't working
Hacktoberfest
help wanted
Contribution task, outside help would be appreciated!
Comments
I'm here again. Fails locally too, because it assumes the target has to be a file, but for Delta is a directory:
|
merelcht
added
help wanted
Contribution task, outside help would be appreciated!
and removed
Community
Issue/PR opened by the open-source community
labels
Nov 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
Hacktoberfest
help wanted
Contribution task, outside help would be appreciated!
Description
As per title.
I think the reason is that, annoyingly, not all
pl.DataFrame.write_*
methods are equivalent: some can take a buffer, but some others can't.Compare these two:
Steps to Reproduce
Expected Result
The dataset gets written.
Actual Result
Your Environment
Include as many relevant details about the environment in which you experienced the bug:
pip show kedro
orkedro -V
): 0.18.14pip show kedro-airflow
): 2.15.0python -V
): 3.11The text was updated successfully, but these errors were encountered: