iSparshP opened a new pull request, #3809: URL: https://github.com/apache/iceberg-python/pull/3809
Addresses #1008. The write docs already cover append / overwrite / `overwrite_filter` / delete / `dynamic_partition_overwrite` / upsert, but the **Transaction API** was undocumented in this section. This adds a "Write API modes: `Table` and `Transaction`" subsection explaining both modes, the single-atomic-commit guarantee, and combining schema + data changes in one commit. It also adds a `### Delete` heading so each operation is its own subsection, per the issue. Builds on the direction from the earlier #2770 and #3647 (both closed by the stale bot). Handed off by @pramila-bishnoi on the issue thread. Closes #1008 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
