snowflake_create_user
Creates a new Snowflake user with a default role and warehouse, plus optional password and comment. Uses if-not-exists to avoid errors when the user already exists.
Instructions
Create a new Snowflake user with default role and warehouse.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | ||
| password | No | ||
| user_name | Yes | ||
| default_role | No | ||
| if_not_exists | No | ||
| default_warehouse | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||