library · inferred from evidence
snowflake.connector
A Python library for connecting to Snowflake databases.
- Fix Snowflake OperationalError 250003 after requests 2.24.0 release
Connections started failing with `snowflake.connector.errors.OperationalError: 250003: Failed to execute request` right after requests 2.24.0 shipped, because the connector was not yet compatible with it. The maintainer confirmed the connec
- Fix Snowflake connector MemoryError for ffi.callback() on Apple Silicon
On conda-installed Python on M1 Macs, snowflake-connector-python crashes with `MemoryError: Cannot allocate write+execute memory for ffi.callback()`. The root cause was a cffi build-time flag in conda-forge builds: the cffi package needs bu