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

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 to True). The generated SQLs from DataFrame transformations would have fewer layers of nested queries if the SQL simplifier is enabled.