Skip to content

Source Shopify throwAssertionError: Mismatched number of tables during normalization #8353

Closed
@marcosmarxm

Description

@marcosmarxm

Enviroment

  • Airbyte version: 0.32.8-alpha
  • OS Version / Instance: macOs
  • Deployment: Docker
  • Source Connector and version: Shopify 0.1.24
  • Destination Connector and version: Postgres 0.3.12
  • Severity: Very Low / Low / Medium / High / Critical
  • Step where error happened: Deploy / Sync job / Setup new connection / Update connector / Upgrade Airbyte

Current Behavior

I'm trying to sync all tables using Incremental Dedup and normalization is failing when checking the number of tables created.
image

Expected Behavior

Tell us what should happen.

Logs

Complete sync log: logs-1-0 (3).txt
I tried to reset the data and got the same problem too: logs-3-0 (2).txt

normalization - 2021-11-30 23:50:23 ERROR () LineGobbler(voidCall):82 -   File "/usr/local/lib/python3.8/site-packages/normalization/transform_catalog/table_name_registry.py", line 196, in resolve_table_names
normalization - 2021-11-30 23:50:23 INFO () LineGobbler(voidCall):82 - Truncating orders_refunds_refund_line_items_subtotal_set (#45) to orders_refunds_refun_ne_items_subtotal_set (#43)
normalization - 2021-11-30 23:50:23 ERROR () LineGobbler(voidCall):82 -     assert (table_count * 2) == registry_size, f"Mismatched number of tables {table_count * 2} vs {registry_size} being resolved"
normalization - 2021-11-30 23:50:23 ERROR () LineGobbler(voidCall):82 - AssertionError: Mismatched number of tables 432 vs 384 being resolved

Steps to Reproduce

  1. create shopify connector using integration account
  2. create postgres destination
  3. run sync 💥

Are you willing to submit a PR?

Remove this with your answer.

Metadata

Metadata

Assignees

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions