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

snowflake.snowpark.functions.json_extract_path_text

snowflake.snowpark.functions.json_extract_path_text(col: ColumnOrName, path: ColumnOrName) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.1.0/src/snowflake/snowpark/functions.py#L2245-L2250)

Parses a JSON string and returns the value of an element at a specified path in the resulting JSON document.