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]¶
Bases:
SnowparkSQLException
Exception for having an invalid ID (usually a missing ID) that are created from the translated SQL statement.
Includes error codes: 1302.