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

snowflake.snowpark.functions.sql_expr

snowflake.snowpark.functions.sql_expr(sql: str) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.3.0/src/snowflake/snowpark/functions.py#L263-L266)

Creates a Column expression from raw SQL text. Note that the function does not interpret or check the SQL text.

Language: English