Hi, I'm starting EL with tap-shopify and loader bi...
# getting-started
m
Hi, I'm starting EL with tap-shopify and loader bigquery but it is giving this error without any further explanation. my meltano.yml is also attached for loader. tap works fine, the issue is with loader. Any ideas?
v
@mubeen if you read the bottom of the left picture there's "further explanation" of what to do
m
If you're talking about debug level then that I already have turned on. And if you're talking about reading the log file then that file has the same content as this screenshot. Do you know how I can resolve this? Or any directions?
p
The error appears to be coming from tap-shopify:
TypeError: cannot unpack non-iterable int object
v
Couldn't tell debug was on, guess I could have inferred from
debug
being in the logs? fwiw this did work a while back https://github.com/AutoIDM/shopify2athena/blob/main/meltano.yml The schema overrides shouldn't be needed due to some updates in target-athena, but thought I'd share with you. Don't have time to debug with you more sorry, it's helpful to see 1. The full command that was ran to generate the logs 2. As close to all of the logs as possible (no pictures if possible) 3. As close to the full meltano.yml as possible
e
My guess by seeing a `TypeError`: adswerve/target-bigquery is notorious for modifying the state, but that behavior can be turned off by setting
merge_state_messages
to false. https://hub.meltano.com/loaders/bigquery#merge-state-messages