Open jenisha0512 opened 1 year ago
At Airbyte, we seek to be clear about the project priorities and roadmap. This issue has not had any activity for 180 days, suggesting that it's not as critical as others. It's possible it has already been fixed. It is being marked as stale and will be closed in 20 days if there is no activity. To keep it open, please comment to let us know why it is important to you and if it is still reproducible on recent versions of Airbyte.
Connector Name
source-bigquery
Connector Version
v0.3.0
What step the error happened?
During the sync
Revelant information
I am encountering a "Premature EOF" error when syncing data from a BigQuery source to a PostgreSQL destination in Airbyte. After syncing approximately 12 GBs of data, the process fails with the following error:
java.io.EOFException: Failure reason: com.google.cloud.bigquery.BigQueryException: Premature EOF
The data I am trying to sync consists of approximately 45 million rows to my local PostgreSQL instance.
Steps to Reproduce:
Expected Behavior:
I expect the data transfer process to complete successfully without encountering any errors.
Environment Details:
Airbyte version: 0.50.6 Deployment: Docker Source Connector and version: Bigquery (v0.3.0) Destination Connector and version: Postgres (v0.4.0)
Logs:
logs.txt
Any assistance or guidance on resolving this issue would be greatly appreciated.
Please let me know if you need any additional information.
Relevant log output
Contribute