Hi Hi, I've posted this question a while ago and t...
# troubleshooting
h
Hi Hi, I've posted this question a while ago and tried a few things however I'm not too sure what I'm doing wrong I still can't seem to get the target-Bigquary to work. I'm not too sure if its a config error on my part/most likely. I'm using the dog API by Kinduff just for testing it out however for a separate project I'm making a pipeline that uses it and need to figure out why i can't seem to get the loader to work. I've tried playing around with the config a bit however I'm still stuck. Any help would be appreciated 🙏
1
this is the log file for the output I'm getting 🤔
r
IIRC you said this worked with
target-jsonl
? Maybe best to isolate the target process and debug from there:
Copy code
meltano invoke tap-rest-api-msdk > tap.out
cat tap.out | meltano invoke target-bigquery
h
yes it did
it displayed the correct output i can post it here:
r
It looks like it almost worked
Copy code
Target 'target-bigquery' completed reading 13 lines of input (10 records, (0 batch manifests, 2 state messages)
but then this right after doesn't fill me with hope
Copy code
RPC termination has signaled streaming pull manager shutdown
10 records
lines up with the 10 lines in your
tap.out
there.
h
yeah thats what i was thinking aswell it pick up and reads the records but doesn't insert it 🤔
r
https://github.com/z3z1ma/target-bigquery/issues/73 seems relevant. Basically says to try
Copy code
method: gcs_stage
Sorry -
method
, not
storage_method
.
h
I'll give it a try and see if it changes anything hopefully 🤞
ahaha no way! it works thank you so much 🎉
🙌 1
seems like there is an issue with the method itself then 🤔
r
Yeah, I won't pretend to know anything about how it's actually working behind the scenes. 😅