omar_salama
09/25/2023, 3:06 PMtap-shopify
to use batch configuration, where I keep getting the error No RECORD message received
I turned on debug logs and I can see that I am getting a BATCH
message, which contains the actual data I do expect to receive from the tap, but there are indeed no RECORD
messages.
If I edit the meltano.yml
to remove all batch config then it works fine
these are the removed config lines that are causing the problem:
batch_config:
encoding:
format: jsonl
compression: gzip
storage:
root: <file://output>
prefix: batchtest
Would this be a core Meltano issue or tap-shopify
issue?omar_salama
09/25/2023, 6:24 PMtap-shopify--matatika
default variant has a bunch of schema objects defined with null type, but switching to tap-shopify--singer-io/
made everything start working right away, with much simpler configuration items.omar_salama
09/25/2023, 6:35 PMabandoned_checkouts
stream
• billing_address.company
• closed_at
• completed_at
• customer.note
• note
• shipping_address.company
omar_salama
09/25/2023, 6:37 PMtransactions
stream is repeated 23 times in the tap output, when I run meltano invoke tap-shopify > output.json
omar_salama
09/25/2023, 7:37 PMaaron_phethean
10/02/2023, 9:41 AMReuben (Matatika)
10/06/2023, 8:29 AMv0.2.0
of tap-shopify
yesterday, which addresses a load of schema issues - including the ones you have raised here for abandoned_checkouts
.
meltano lock --update tap-shopify
meltano install --clean extractor tap-shopify