snowflake.snowpark.functions.object_delete¶
- snowflake.snowpark.functions.object_delete(obj: Union[Column, str], key1: Union[Column, str], *keys: Union[Column, str]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.16.0/src/snowflake/snowpark/functions.py#L5656-L5686)¶
Returns an object consisting of the input object with one or more keys removed. The input key must not exist in the object.
Example: