Airbyte - Error: Response too large to return while syncing large datasets #28824
Unanswered
jenisha0512
asked this question in
Connector Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
I am facing an issue while trying to sync a large dataset of approximately 50GB using Airbyte. The sync process is failing, and I receive the following error message: Response too large to return. Consider specifying a destination table in your job configuration. For more details, see https://cloud.google.com/bigquery/troubleshooting-errors.
Additionally, I observed that when I try to sync only 10 or fewer columns from the dataset, the sync runs smoothly without any errors. However, when attempting to sync more than 10 columns, the same error message is encountered.
Additional Information:
Source: Bigquery:0.3.0
Destination: Postgresql:0.4.0
Steps to Reproduce:
Expected Behavior:
I expected the Airbyte sync process to handle large datasets seamlessly, irrespective of the number of columns being synchronized.
Actual Behavior:
Airbyte throws the error Response too large to return when syncing a dataset of 50GB, especially when the number of columns exceeds 10.
Is anyone else experiencing a similar issue or has found a solution? Please share your insights and suggestions. Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions