snowflake_create_table
Create a Snowflake table with custom column definitions, specifying table name, columns SQL, optional database/schema, and if-not-exists behavior.
Instructions
Create a table in Snowflake with specified column definitions SQL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | ||
| table_name | Yes | ||
| columns_sql | Yes | ||
| schema_name | No | ||
| if_not_exists | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||