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