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

snowflake.snowpark.functions.when_not_matched

snowflake.snowpark.functions.when_not_matched(condition: Column | None = None) WhenNotMatchedClause[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.1.0/src/snowflake/snowpark/functions.py#L3031-L3038)

Specifies a not-matched clause for the Table.merge action. See WhenNotMatchedClause for details.