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

Destination Bigquery denormalized: couldn't handle pattern compilation #5472

Closed
marcosmarxm opened this issue Aug 17, 2021 · 2 comments · Fixed by #5813
Closed

Destination Bigquery denormalized: couldn't handle pattern compilation #5472

marcosmarxm opened this issue Aug 17, 2021 · 2 comments · Fixed by #5813
Assignees

Comments

@marcosmarxm
Copy link
Member

Enviroment

  • Is this your first time deploying Airbyte: YES
  • Airbyte version: 0.29.4-alpha
  • OS Version / Instance: Ubuntu 18.04
  • Deployment: Docker
  • Source Connector and version: Harvest 0.1.3
  • Destination Connector and version: BigQuery (denormalized typed struct) 0.1.2
  • Severity: High
  • Step where error happened: Sync job

Exception in thread "main" java.util.regex.PatternSyntaxException: Stack overflow during pattern compilation near index 10 2021-08-12 03:14:50 ERROR () LineGobbler(voidCall):85 - [^\p{Alnum}_] [logs-8-0 (1).txt](https://github.com/airbytehq/airbyte/files/7001924/logs-8-0.1.txt)

Current Behavior

Tell us what happens.

Expected Behavior

Tell us what should happen.

Logs

If applicable, please upload the logs from the failing operation.
For sync jobs, you can download the full logs from the UI by going to the sync attempt page and
clicking the download logs button at the top right of the logs display window.

logs-8-0 (1).txt

Steps to Reproduce

Are you willing to submit a PR?

Remove this with your answer.

@marcosmarxm marcosmarxm added type/bug Something isn't working area/connectors Connector related issues labels Aug 17, 2021
@sherifnada sherifnada added the priority/high High priority label Aug 25, 2021
@sherifnada
Copy link
Contributor

this is an issue with bigquery destination,

@sherifnada sherifnada changed the title Source Harvest: couldn't handle pattern compilation Destination Bigquery denormalized: couldn't handle pattern compilation Aug 25, 2021
@etsybaev etsybaev self-assigned this Aug 30, 2021
@etsybaev
Copy link
Contributor

Seems to be the same issue as:
#5486

A the first glance:
Probably we have 2 issues here:

  1. On the destination side - do not properly handle the case when received schema for array doesn't contain the "items" section.
  2. On the source Harvest side - it may send schema for array without "items" section in it (see linked ticket above in comment). So maybe we would also need to create another ticket for source-Harvest for python team

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
4 participants