snowflake.snowpark.Session.sql_simplifier_enabled¶
- property Session.sql_simplifier_enabled: bool[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.25.0/snowpark-python/src/snowflake/snowpark/session.py#L703-L708)¶
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.