delta-rs
delta-rs copied to clipboard
feat(python, rust): add `set table properties` operation
Description
- Adds
set table properties
operation - Some logic is shared for the create operation
Related Issue(s)
- closes https://github.com/delta-io/delta-rs/issues/1663
- fixes https://github.com/delta-io/delta-rs/issues/2247
Hi, does this PR allow for setting of custom metadata too? On table creation we're able to store custom metadata via the configuration parameter, so would be great if we could set custom metadata via this operation as well.
@echai58 that's the idea yes, you would be able to change the table configuration.
Any idea when this PR will be merged?