Open
Description
Environment
- Airbyte version: 0.40.23 / Airbyte Cloud
- OS Version / Instance: AWS EC2 / Airbyte Cloud
- Deployment: Docker / Airbyte Cloud
- Source Connector and version: Snowflake 0.1.29
- Destination Connector and version: S3 0.3.19
- Step where error happened: Sync job
Current Behavior
The initial sync does not complete. The sync runs for ~7h30m and then decides to throw an timeout error.
at io.airbyte.integrations.source.snowflake.SnowflakeSource.main(SnowflakeSource.java:47) Caused by: net.snowflake.client.jdbc.SnowflakeSQLLoggedException: JDBC driver internal error: Timeout waiting for the download of #chunk164(Total chunks: 1147) retry=1.
This appears to be a problem because the initial sync volume is really large.
To make sure it was not related to the local EC2 instance it was running, the same thing was tried on Airbyte Cloud. The same issue occurred which appears to confirm it's a issue with the Snowflake source.
Expected Behavior
The initial sync should complete.
Logs
The full log file was already shared on the Airbyte slack channel airbyte-help
. It's 102MB so do not want to share here due to the size of the log.
Steps to Reproduce
- Set up a snowflake source.
- Set up a S3 destination.
- Set up an sync and ensure the table size is really large.
- The initial sync should fail.
Are you willing to submit a PR?
Sure! If I can be pointed in the right direction!