You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
snapshots.py has a Snapshot and Summary class but they don't seem to be user facing. I'd like to read/write custom properties in the snapshot's summary map. When writing a property, it should be possible to do so atomically with a data write (in same snapshot)
The text was updated successfully, but these errors were encountered:
Hey @brianfromoregon, I agree. For writing, I left a comment in #368 For reading, I think we're missing some documentation since it is already possible:
There is a test in the repo called test_glue.py called test_commit_table_properties which modifies table properties in a transaction.
I think a successful completion of this issue could include a new test called test_commit_snapshot_properties that has the same basic structure but is modifying snapshot properties (within summary field) instead of table properties.
Feature Request / Improvement
snapshots.py has a Snapshot and Summary class but they don't seem to be user facing. I'd like to read/write custom properties in the snapshot's summary map. When writing a property, it should be possible to do so atomically with a data write (in same snapshot)
The text was updated successfully, but these errors were encountered: