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

support ATTACH statement for Iceberg catalog (similar to UC_CATALOG) #57

Open
mike-luabase opened this issue Jun 20, 2024 · 1 comment

Comments

@mike-luabase
Copy link

The uc_catalog extension supports the following:

INSTALL uc_catalog from core_nightly;
INSTALL delta from core;
LOAD delta;
LOAD uc_catalog;
CREATE SECRET (
	TYPE UC,
	TOKEN '${UC_TOKEN}',
	ENDPOINT '${UC_ENDPOINT}',
	AWS_REGION '${UC_AWS_REGION}'
)
ATTACH 'test_catalog' AS test_catalog (TYPE UC_CATALOG)
SHOW ALL TABLES;
SELECT * FROM test_catalog.test_schema.test_table;

This would be extremely helpful to have for Iceberg.

@samansmink
Copy link
Collaborator

hey @mike-luabase yea supporting more catalogs in this way is definitely something we are looking into, the iceberg catalog seems like a sensible candidate for sure

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

No branches or pull requests

2 participants