Skip to content
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

docs(python): Add example showing use of write_delta with delta_lake.WriterProperties #20746

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lmmx
Copy link

@lmmx lmmx commented Jan 16, 2025

@lmmx lmmx changed the title Docs: example showing use of write_delta with delta_lake.WriterProperties docs: example showing use of write_delta with delta_lake.WriterProperties Jan 16, 2025
@lmmx
Copy link
Author

lmmx commented Jan 16, 2025

Renamed the title (I think it was just capitalisation)

@nameexhaustion nameexhaustion changed the title docs: example showing use of write_delta with delta_lake.WriterProperties docs(python): Add example showing use of write_delta with delta_lake.WriterProperties Jan 16, 2025
@github-actions github-actions bot added documentation Improvements or additions to documentation python Related to Python Polars and removed title needs formatting labels Jan 16, 2025
@nameexhaustion
Copy link
Collaborator

Could you rebase? That should resolve the failing tests.

Copy link

codecov bot commented Jan 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.78%. Comparing base (d9f3e3d) to head (ed82080).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20746      +/-   ##
==========================================
- Coverage   79.78%   79.78%   -0.01%     
==========================================
  Files        1561     1561              
  Lines      221982   221982              
  Branches     2531     2531              
==========================================
- Hits       177107   177101       -6     
- Misses      44293    44299       +6     
  Partials      582      582              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lmmx
Copy link
Author

lmmx commented Jan 18, 2025

Sorted, yep they pass! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs on write_delta parameter delta_write_options to show how to pass WriterProperties
2 participants