Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[source-bigquery] sync fails with large table size #41339

Open
1 task done
gatsby003 opened this issue Jul 10, 2024 · 0 comments
Open
1 task done

[source-bigquery] sync fails with large table size #41339

gatsby003 opened this issue Jul 10, 2024 · 0 comments

Comments

@gatsby003
Copy link

Connector Name

source-bigquery

Connector Version

0.4.2

What step the error happened?

During the sync

Relevant information

I am trying to sync data from bigquery to snowflake. While trying to sync a table of large size I am facing 403 forbidden error. This seems to be a common issue with bigquery syncs. Attaching relevant log outputs in below.

Relevant log output

Caused by: com.google.api.client.googleapis.json.GoogleJsonResponseException: 403 Forbidden
GET https://www.googleapis.com/bigquery/v2/projects/customer-data-408810/queries/177df063-ea20-44ef-b46c-8d0c5e6e4867?location=europe-west3&maxResults=0&prettyPrint=false
{
  "code": 403,
  "errors": [
    {
      "domain": "global",
      "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",
      "reason": "responseTooLarge"
    }
  ],
  "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",
  "status": "PERMISSION_DENIED"
}

Contribute

  • Yes, I want to contribute
@gatsby003 gatsby003 added area/connectors Connector related issues needs-triage type/bug Something isn't working labels Jul 10, 2024
@marcosmarxm marcosmarxm changed the title Google Bigquery sync fails with large table size [source-bigquery] sync fails with large table size Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants