organization · inferred from evidence
snowflakedb
An organization maintaining the snowflake-connector-python repository on GitHub.
- Fix Snowflake connector NotSupportedError on Apple M1
On M1 Macs, older snowflake-connector-python wheels shipped x86_64-only C extensions, so importing or fetching results raised `snowflake.connector.errors.NotSupportedError: Unknown error` (the Arrow C extension could not load). The maintain
- Fix 'Failed to import ArrowResult' with snowflake-connector-python on ARM
On ARM Macs, importing snowflake-connector-python logs `Failed to import ArrowResult. No Apache Arrow result set format can be used` because the published wheel's Arrow C extension linked against the wrong architecture (symbol-not-found err
- 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