snowflake.core.CreateMode

class snowflake.core.CreateMode(value)

Bases: str, Enum

An enumeration.

Attributes

error_if_exists = 'errorIfExists'
or_replace = 'orReplace'
if_not_exists = 'ifNotExists'