You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Databend currently supports rest and hms when creating an Apache Iceberg catalog. However, it's not supported for AWS Glue.
My proposition is to enable a query like the following, or somethings similar for users using Glue:
CREATE CATALOG analytics_testing
TYPE = ICEBERG
CONNECTION = (
DATABASE = '<glue database name as it is in s3>'
ROLE_ARN = '<iam role to assume>'
REGION = '<region; go us-east-1>'
);
SHOW CREATE CATALOG analytics_testing;
Until this is implemented, users are given the following error:
iceberg catalog with type glue is not supported
The text was updated successfully, but these errors were encountered:
Databend currently supports
rest
andhms
when creating an Apache Iceberg catalog. However, it's not supported for AWS Glue.My proposition is to enable a query like the following, or somethings similar for users using Glue:
Until this is implemented, users are given the following error:
The text was updated successfully, but these errors were encountered: