一键导入
snowflake-create-external-volume
Consult Snowflake CREATE EXTERNAL VOLUME parameter reference before generating any CREATE EXTERNAL VOLUME DDL.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Consult Snowflake CREATE EXTERNAL VOLUME parameter reference before generating any CREATE EXTERNAL VOLUME DDL.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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.
| name | snowflake-create-external-volume |
| description | Consult Snowflake CREATE EXTERNAL VOLUME parameter reference before generating any CREATE EXTERNAL VOLUME DDL. |
Before writing a CREATE EXTERNAL VOLUME statement:
references/parameters.md to review all available parameters and their defaults.CREATE OR REPLACE — always use CREATE EXTERNAL VOLUME IF NOT EXISTS.STORAGE_LOCATIONS is required and must contain at least one named location; always ask for or infer the cloud provider, bucket/container URL, and authentication details.STORAGE_AWS_ROLE_ARN; never embed raw AWS access keys in external volume definitions.AZURE_TENANT_ID alongside the STORAGE_BASE_URL.ALLOW_WRITES defaults to TRUE — set it to FALSE explicitly only when the volume is intended to be read-only (e.g., for read-only Iceberg catalog integrations).OR REPLACE and IF NOT EXISTS in the same statement — they are mutually exclusive.