-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Improve][[Jdbc]sink sql support custom field.(#6515) #6525
Conversation
Thanks @rtyuy ! Please add test case. Also please open ci on your fork repository. |
add test |
Thanks @rtyuy for update! Could you add this feature into the jdbc doc? https://github.com/apache/seatunnel/blob/dev/docs/en/connector-v2/sink/Jdbc.md |
cc @rtyuy |
Purpose of this pull request
[Improve][[Jdbc]sink sql support custom field.(#6515)
When the sink columns do not contain all source columns, you can use a named parameter like this:
Make sure that all named parameters exist in the source column.
Does this PR introduce any user-facing change?
How was this patch tested?
Check list
New License Guide
release-note
.