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/release-v1.6.1/src/snowflake/snowpark/functions.py#L4988-L5018)¶
Returns an object consisting of the input object with one or more keys removed. The input key must not exist in the object.
Example: