-
Notifications
You must be signed in to change notification settings - Fork 611
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(iceberg): support iceberg engine connection #20298
Conversation
This pull request has been modified. If you want me to regenerate unit test for any of the files related, please find the file in "Files Changed" tab and add a comment |
Now, the iceberg engine allows users to use the iceberg engine connection to provide catalog and storage information. |
Hi, there. 📝 Telemetry Reminder:
|
I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.
What's changed and what's your intention?
iceberg_engine_connection
to require users to provide their own bucket and catalog for the iceberg engine via iceberg connection. With this config, it can make us much easier to share iceberg tables with users, since the underlying warehouse is managed by users and they can have a better control of the warehouse credential. No compaction would be supported currently.Example
Checklist
Documentation
Release note
iceberg_engine_connection
. To use iceberg engine table, users must create an iceberg connection first and set the variableiceberg_engine_connection
first. Iceberg engine table will use the connection provided to access the iceberg catalog and warehouse as how iceberg sink and iceberg source work.