Snowflake ingestion in error #30474
Replies: 1 comment
|
This is not a Snowflake login/query timeout. The query succeeds; the Python connector then fails while downloading a large result batch from Snowflake's Azure stage. That is why “Test Connection” can pass. First, please edit the post and redact everything after Snowflake documents this exact split: results over 100 KB require full outbound access and certificate passthrough to every I would troubleshoot it in this order:
For the timeout, the parameter is spelled connectionArguments:
socket_timeout: 360
network_timeout: 600
So |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello,
We have just installed OpenMetaData on Docker, we configured the Snowflake connection, it's OK.
When we'll ingest the metadata (on only one DB, one schema), we have this error :
_
_
We check the network, between OpenMetaData server and the blob the curl command is OK.
Do you have an idea how to resolve this error ?
Where can we alter the read timeout ? (I try on OpenMetaData interface, I added the parameter readtimout to 360 in Snowflake parameters) but nothing.
Best Regards,
Fabrice
All reactions