snowflake.snowpark.functions.when_not_matched¶
- snowflake.snowpark.functions.when_not_matched(condition: Column | None = None) WhenNotMatchedClause[source]¶
Specifies a not-matched clause for the
Table.mergeaction. SeeWhenNotMatchedClausefor details.