Support reading/writing add
and remove
action tags
field
#3108
Labels
enhancement
New feature or request
add
and remove
action tags
field
#3108
Description
The written log files contain the
tags
field for add and remove operations, but the value is always null. Although some of the Python-Rust API allows providing aPyAddAction
struct, it also doesn't includetags
which is set to none when converting to anAdd
object. Ideally when writing data from Python I could provide atags
value and read this information back withDeltaTable.get_add_actions
.The text was updated successfully, but these errors were encountered: