Skip to content

Document: support iceberg on azure blob #407

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

Merged
merged 8 commits into from
May 30, 2025
Merged

Document: support iceberg on azure blob #407

merged 8 commits into from
May 30, 2025

Conversation

WanYixian
Copy link
Collaborator

@WanYixian WanYixian commented Apr 24, 2025

Description

Support iceberg sink and iceberg source on azure blob.

Hi @wcy-fdu, @chenzl25, I just added doc about supporting iceberg source and sink on Azblob, and wanna double check if we support iceberg table engine on azblob? That is to say, if we support the syntax like the following

CREATE CONNECTION public.conn WITH (
   type = 'iceberg',
   catalog.type = 'rest',
   catalog.uri = 'http://localhost:8181/catalog',
   warehouse.path = 'azblob://demo',
   azblob.account_name = '<account>',
   azblob.account_key = '<key>',
   azblob.endpoint_url = 'https://<account>.blob.core.windows.net/',
   catalog.name = 'demo'
);

Currently, I didn't find azblob-related params here. Any comments are welcome!

Related code PR:

risingwavelabs/iceberg-rust#45
risingwavelabs/risingwave#21468

Related doc issue:

Fix #402

Copy link

@chenzl25 chenzl25 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

@chenzl25 chenzl25 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @wcy-fdu, @chenzl25, I just added doc about supporting iceberg source and sink on Azblob, and wanna double check if we support iceberg table engine on azblob? That is to say, if we support the syntax like the following

Yes, it is supported.

@WanYixian WanYixian merged commit e069018 into main May 30, 2025
4 checks passed
@WanYixian WanYixian deleted the wyx/resolve_402 branch May 30, 2025 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document: feat(iceberg): support iceberg on azure blob
2 participants