Hi, we have setup a pipeline of tiktok to bigquery...
# troubleshooting
m
Hi, we have setup a pipeline of tiktok to bigquery and when execute it copies some of the records but get broken at any time showing an error as in attached image, could you please let us know why its throwing the error and how we can solve it?
a
Hello, @mohammad_alam! Can you please share the entire stack trace here as text? Looking at the exception, I suspect that
tap-tiktok
is trying to stream the HTTP response, but the TikTok API closes the HTTP connection after some period of inactivity. Can you try using
tap-tiktok
with
target-csv
and see if you still run into the same issue? I am wondering if the latency introduced due to pushing the records to BigQuery is triggering this problem.
m
Please have a look this is the complete log of the pipeline @atharh