-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
store userMetadata on write operations #1990
Comments
Should be trivial to expose, I can take a look at it after new years eve |
Can |
this is exactly what we need. |
cool, so this doesn't touch Rust at all, nice |
# Description - exposes the custom_metadata to pyarrow and rust writer - addresses a bug in the create operation, we were not passing the app_metadata to the actual commit # Related Issue(s) - closes #1990
Description
With spark deltalake we can store userMetadata with write operations, thus we can access them in delta history. It can be an arbitrary json data. Is there a way to store it with delta-rs python binding? Doc link
Use Case
In our case, we want to store user data with write operation to match transaction with user.
Related Issue(s)
#133
The text was updated successfully, but these errors were encountered: