Hello everybody! I work with a pipeline with a cus...
# troubleshooting
p
Hello everybody! I work with a pipeline with a custom tap-intacct and target-bigquery (isn't custom). It's works, but have some problems with some tables (doesn't load the data in bigquery) and get this error (image 1). But for tables with the same schema load the data. Also I have the issue to for some tables doesn't load all the data, only like the middle of the data, but don't get any error in the terminal and watch the Block Run Completed. When I ran my tap-intacct with target-csv, I could to get all the data for the tables. But when I tried with target-bigquery have these errors. For other hand, for some reason the last week, when I ran the pipeline for some tables that loaded the data in bigquery stopped doing it. The last friday, I used meltano invoke tap-intacct > output.json and cat output.json | meltano invoke target-bigquery, to know where is the problem, and get this (image 2) from the output.json. So someone have idea to what it is? What could be the error or the problem?
e
Hi Pablo 👋🏼 Which variant of target- bigquery are you using? (I wonder if the solution is similar to https://meltano.slack.com/archives/C01TCRBBJD7/p1698684751524819, linen link)
p
Hi Edgar! I use the z3z1ma variant