원클릭으로
snowflake-create-iceberg-table
Consult Snowflake CREATE ICEBERG TABLE parameter reference before generating any CREATE ICEBERG TABLE DDL.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Consult Snowflake CREATE ICEBERG TABLE parameter reference before generating any CREATE ICEBERG TABLE DDL.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | snowflake-create-iceberg-table |
| description | Consult Snowflake CREATE ICEBERG TABLE parameter reference before generating any CREATE ICEBERG TABLE DDL. |
Before writing a CREATE ICEBERG TABLE statement:
references/parameters.md to review all available parameters and their defaults.CREATE OR REPLACE — always use CREATE ICEBERG TABLE IF NOT EXISTS where supported.EXTERNAL_VOLUME and BASE_LOCATION when Snowflake is the catalog (the most common case); omit them only when integrating an external catalog.CATALOG = 'SNOWFLAKE' is the default; omit it unless you are referencing an external catalog integration.STORAGE_SERIALIZATION_POLICY = COMPATIBLE is the default; use OPTIMIZED only when the user explicitly wants Snowflake-optimised encoding and compression and does not need to read the files with other engines.NOT NULL and UNIQUE constraints on PRIMARY KEY columns are represented in Iceberg metadata as identifier fields but are not enforced by Snowflake at DML time.CLUSTER BY unless the table is expected to be very large or the user requests it.PARTITION BY only when the user specifies a partitioning strategy; choose identity, bucket, truncate, or temporal transforms as appropriate.Consult Snowflake CREATE AGGREGATION POLICY parameter reference before generating any CREATE AGGREGATION POLICY DDL.
Consult Snowflake CREATE ALERT parameter reference before generating any CREATE ALERT DDL.
Consult Snowflake CREATE API INTEGRATION parameter reference before generating any CREATE API INTEGRATION DDL.
Consult Snowflake CREATE APPLICATION PACKAGE parameter reference before generating any CREATE APPLICATION PACKAGE DDL.
Consult Snowflake CREATE AUTHENTICATION POLICY parameter reference before generating any CREATE AUTHENTICATION POLICY DDL.
Consult Snowflake CREATE COMPUTE POOL parameter reference before generating any CREATE COMPUTE POOL DDL.