During the communication with Snowflake (via Python), there are intermittent interruptions occurring. Sometimes, these interruptions occur after 10+ hours. It appears that the error occurs during the data download process on the client side.
To provide an understanding, our process works as follows: The content of an SQL statement is downloaded in batches and loaded into a Pandas DataFrame. Each batch of 1000 rows is divided into 7 parts and sent in parallel to the PTV server for geocoding. The resulting data is then persisted in the target table on Snowflake. I tried using snowflake.connector and snowflake-sqlalchemy, both had the same issue.
numpy==1.24.2
pandas==1.5.3
snowflake-connector-python[pandas]==3.0.4
snowflake-sqlalchemy==1.4.7
sqlalchemy==1.4.48
log file: enter image description here