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

snowflake.snowpark.functions.when_matched

snowflake.snowpark.functions.when_matched(condition: Column | None = None) WhenMatchedClause[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.1.0/src/snowflake/snowpark/functions.py#L3021-L3028)

Specifies a matched clause for the Table.merge action. See WhenMatchedClause for details.