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

[Kernel] Allow setting arbitrary properties when creating/updating the table #4107

Merged
merged 4 commits into from
Jan 31, 2025

Conversation

vkorukanti
Copy link
Collaborator

@vkorukanti vkorukanti commented Jan 30, 2025

Description

Currently, Kernel doesn't allow setting arbitrary table properties other than the delta.* properties that Kernel understands. We have valid use cases where we need to allow storing properties with arbitrary key names.

As part of this, we also don't want to set any delta.* properties that Kernel doesn't understand or supports yet.

How was this patch tested?

UTs

Does this PR introduce any user-facing changes?

Now the connectors can property with any name.

Resolves #3149

@vkorukanti vkorukanti merged commit c01bb7c into delta-io:master Jan 31, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] [Kernel] Support update delta table configuration.
3 participants