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.mergeaction. SeeWhenNotMatchedClausefor details.