Skip to content

Instantly share code, notes, and snippets.

@arkadius
Created September 25, 2024 13:48
Show Gist options
  • Save arkadius/813055aad330a73620e5b55383e50d4a to your computer and use it in GitHub Desktop.
Save arkadius/813055aad330a73620e5b55383e50d4a to your computer and use it in GitHub Desktop.
CREATE CATALOG nessie_catalog WITH (
'type'='iceberg',
'catalog-impl'='org.apache.iceberg.nessie.NessieCatalog',
'io-impl'='org.apache.iceberg.aws.s3.S3FileIO',
'uri'='http://nessie:19120/api/v2',
'warehouse' = 's3://warehouse',
's3.endpoint'='http://minio:9000'
);
USE CATALOG nessie_catalog;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment