오브젝트 저장소의 파일에 대한 카탈로그 통합 구성¶
Create a catalog integration for Apache Iceberg™ table files or Delta Lake table files in object storage.
카탈로그 통합을 만든 후에는 Iceberg 테이블을 생성 할 수 있습니다.
Iceberg 파일¶
OBJECT_STORE 를 CATALOG_SOURCE 값으로 설정하고 ICEBERG 를 TABLE_FORMAT 으로 설정하여 외부 클라우드 저장소에 있는 Iceberg 메타데이터에 대한 카탈로그 통합을 생성합니다.
Delta Lake table files¶
This integration is part of Delta Direct in Snowflake: you use it together with CREATE ICEBERG TABLE (Delta files in object storage) so that Snowflake can read Delta Lake tables in your bucket and optionally generate Iceberg metadata.
OBJECT_STORE 를 CATALOG_SOURCE 값으로 설정하고 DELTA 를 TABLE_FORMAT 으로 설정하여 Delta 테이블 파일을 기반으로 Iceberg 테이블에 대한 카탈로그 통합을 생성합니다.
CATALOG_SOURCE = OBJECT_STORETABLE_FORMAT = DELTA
참고
Snowflake doesn’t support creating Iceberg tables from Delta table definitions in other catalogs such as Databricks Unity Catalog or AWS Glue Data Catalog.