snowflake.snowpark.functions.object_delete¶
- snowflake.snowpark.functions.object_delete(obj: ColumnOrName, key1: ColumnOrName, *keys: ColumnOrName) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.1.0/src/snowflake/snowpark/functions.py#L2457-L2463)¶
Returns an object consisting of the input object with a new key-value pair inserted. The input key must not exist in the object.