BigQuery destinations: print BQ error when sync fails #7938
Labels
area/connectors
Connector related issues
area/reliability
connectors/destination/bigquery
connectors/destinations-warehouse
type/enhancement
New feature or request
Tell us about the problem you're trying to solve
currently, when a bigquery sync fails, the destination logs look like the following:
This doesn't actually tell us what the problem was; it only says
Error while reading data, error message: JSON table encountered too many errors, giving up. Rows: 45; errors: 1. Please look into the errors[] collection for more details.
This makes it very difficult to quickly fix the issue, as we need to go ask the user to get us more information.
Describe the solution you’d like
Whenever the sync fails, we should read/access the information in the
errors[] collection
and print them as part of the logs.Describe the alternative you’ve considered or used
Ask the user to look at their own bigquery instance to find the issue
The text was updated successfully, but these errors were encountered: