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 cannot pin, upgrade the connector itself to 2.3.8+, which vendor…