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

snowflake.snowpark.exceptions.SnowparkSQLException¶

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

Bases: SnowparkClientException

Exception for errors related to the executed SQL statement that was generated from the Snowflake plan.

Includes all error codes in range 13XX (where XX is 0-9).

This exception is specifically raised for error codes: 1300, 1304.