You are viewing documentation about an older version (1.3.0). View latest version

snowflake.snowpark.exceptions.SnowparkCreateViewException¶

exception snowflake.snowpark.exceptions.SnowparkCreateViewException(message: str, error_code: str | None = None)[source]¶

Bases: SnowparkPlanException

Exception for errors while trying to create a view.

Includes error codes: 1203, 1204, 1205, 1206.