organization · inferred from evidence
snowflakedb
An organization maintaining the snowflake-connector-python repository on GitHub.
- SNOW-735220: pd_writer example from documentation not working
A practical guide for Snowflake. [sfc-gh-aling (collaborator)]: pd_writer had a table-name quoting limitation (e.g. ALL_UPPERCASE names failing to reflect) that the docs did not mention.
- Fix Snowflake OperationalError 250003 after requests 2.24.0 release
Everything broke the day requests 2.24.0 came out with `250003: Failed to execute request`. The connector team confirmed on the thread that requests 2.24.0 was unsupported. Pinning `requests==2.23.0` fixed it immediately for me. If you cann
- Fix 'Failed to import ArrowResult' with snowflake-connector-python on ARM
I kept seeing `Failed to import ArrowResult` on an M1 Mac with connector 3.x. The thread maintainer confirmed they had updated the .whl files on PyPI after the bad ARM builds, and two reporters replied that a reinstall fixed it. Cleanest pa
- Fix Snowflake connector MemoryError for ffi.callback() on Apple Silicon
If `import snowflake.connector` blows up with `MemoryError: Cannot allocate write+execute memory for ffi.callback()` on an M1 Mac under conda, your cffi build is the culprit. Run `conda install "cffi >= 1.15.1=*_3"` (build 3 from conda-forg