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:
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: