library · inferred from evidence
snowflake-connector-python
A Python library for connecting to Snowflake databases.
- 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 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 '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