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

snowflake.snowpark.functions.object_delete¶

snowflake.snowpark.functions.object_delete(obj: ColumnOrName, key1: ColumnOrName, *keys: ColumnOrName) → Column[source]¶

Returns an object consisting of the input object with a new key-value pair inserted. The input key must not exist in the object.