Docs on write_delta
parameter delta_write_options
to show how to pass WriterProperties
#20739
Open
2 tasks done
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
P-medium
Priority: medium
python
Related to Python Polars
Checks
Reproducible example
The docs for
write_delta()
say that “keyword arguments” is the correct way to pass arguments to
write_deltalake
:However this gives an error:
You can see it is passing to
write_deltalake
, which is documented here.This works:
Log output
No response
Issue description
Either the user needs to instantiate the deltalake.WriterProperties object or (preferably I think) Polars needs to do so with those passed keyword arguments.Edit - no change to Polars is needed upon closer re-inspection, docs would help clarify this though!
Expected behavior
This should work:
Installed versions
I ran this on colab, and saved it as a gist here for reference.
The text was updated successfully, but these errors were encountered: