Open
Description
Feature Request / Improvement
We currently have Write support through two modes:
- through the Table API
- through the Transaction API
We also have support for different modes of writes like:
- append
- overwrite
- delete
Which make use of different arg parameters.
It would be great to update our docs to describe each of these operations and API modes explicitly in detail as separate subsections, and pad in any missing details (like the use of overwrite_filter
in overwrite
)