snowflake_create_schema
Create a new schema inside a specified Snowflake database, with optional comment and IF NOT EXISTS handling to avoid conflicts.
Instructions
Create a new schema inside a specified database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| comment | No | ||
| database | No | ||
| if_not_exists | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||