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

snowflake.snowpark.exceptions.SnowparkSQLAmbiguousJoinException

exception snowflake.snowpark.exceptions.SnowparkSQLAmbiguousJoinException(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#L169-L176)

Bases: SnowparkSQLException

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

Includes error codes: 1303.

Language: English