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.