snowflake.snowpark.exceptions.SnowparkSQLInvalidIdException¶
- exception snowflake.snowpark.exceptions.SnowparkSQLInvalidIdException(message: str, error_code: str | None = None, sfqid: str | None = None, query: str | None = None)[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.3.0/src/snowflake/snowpark/exceptions.py#L179-L186)¶
Bases:
SnowparkSQLException
Exception for having an invalid ID (usually a missing ID) that are created from the translated SQL statement.
Includes error codes: 1302.