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

snowflake.snowpark.exceptions.SnowparkSQLAmbiguousJoinException

exception snowflake.snowpark.exceptions.SnowparkSQLAmbiguousJoinException(message: str, error_code: Optional[str] = None, sfqid: Optional[str] = None, query: Optional[str] = None)[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.7.0/src/snowflake/snowpark/exceptions.py#L178-L185)

Bases: SnowparkSQLException

Exception for ambiguous joins that are created from the translated SQL statement.

Includes error codes: 1303.

Language: English