Skip to content
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

feat(python, rust): add set table properties operation #2264

Merged
merged 25 commits into from May 16, 2024

Conversation

ion-elgreco
Copy link
Collaborator

Description

  • Adds set table properties operation
  • Some logic is shared for the create operation

Related Issue(s)

@github-actions github-actions bot added binding/python Issues for the Python package binding/rust Issues for the Rust crate labels Mar 8, 2024
@echai58
Copy link

echai58 commented May 3, 2024

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.

@ion-elgreco
Copy link
Collaborator Author

@echai58 that's the idea yes, you would be able to change the table configuration.

@pedrosalgadowork
Copy link

Any idea when this PR will be merged?

@rtyler rtyler self-assigned this May 15, 2024
@rtyler rtyler merged commit 507c3a3 into delta-io:main May 16, 2024
22 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/python Issues for the Python package binding/rust Issues for the Rust crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Property setting in create is not handled correctly Add set_table_properties to DeltaTable class
4 participants