-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Labels
featureNew feature or requestNew feature or requeststatus-triage_doneInitial triage done, will be further handled by the driver teamInitial triage done, will be further handled by the driver team
Description
What is the current behavior?
An error when running under Python 3.14
AttributeError: 'super' object has no attribute '_expr_id' and no __dict__ for setting new attributes
https://github.com/snowflakedb/snowpark-python/blob/main/src/snowflake/snowpark/_internal/analyzer/expression.py#L162
What is the desired behavior?
Successful run under Python 3.14
How would this improve snowflake-snowpark-python?
Enables snowpark usage with most current and performant Python.
References, Other Background
Python 3.14 was released on October 2025
https://docs.python.org/3/whatsnew/3.14.html
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or requeststatus-triage_doneInitial triage done, will be further handled by the driver teamInitial triage done, will be further handled by the driver team