snowflake.snowpark.Session.sql_simplifier_enabled¶
- property Session.sql_simplifier_enabled: bool[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.26.0/snowpark-python/src/snowflake/snowpark/session.py#L768-L773)¶
Set to
True
to use the SQL simplifier (defaults toTrue
). The generated SQLs fromDataFrame
transformations would have fewer layers of nested queries if the SQL simplifier is enabled.