delta-io / delta-rs

A native Rust library for Delta Lake, with bindings into Python
https://delta-io.github.io/delta-rs/
Apache License 2.0
1.98k stars 364 forks source link

docs: Delta Lake + Polars integration #1906

Closed MrPowers closed 6 months ago

MrPowers commented 7 months ago

Description

Add a docs page for the Delta Lake + Polars integration

MrPowers commented 7 months ago

@ion-elgreco - would you like to grab this one?

ion-elgreco commented 7 months ago

@MrPowers Sure! I'll write one after I've done some upstream changes in polars wrt MERGE

MrPowers commented 7 months ago

@ion-elgreco - awesome, sounds great. jfyi, these integration pages are designed to be updated as interfaces evolve. So we can write one now that explains read_delta and scan_delta and then update it with the merge section later. No rush of course, just adding this detail!

ion-elgreco commented 7 months ago

@MrPowers makes sense, those sections I could already do, let me look at that next week :)

MrPowers commented 6 months ago

This was added: https://delta-io.github.io/delta-rs/integrations/delta-lake-polars/

@ion-elgreco - would you like me to keep this one open or should we close it for now?

ion-elgreco commented 6 months ago

@MrPowers let's close it, we can make adjustments in future once we release new features