delson_barros
11/26/2021, 9:42 PMtarget-bigquery
. Whenever the tap fails, an empty state is pushed, causing the next run to start from the start_date. This bug was reported (https://github.com/adswerve/target-bigquery/issues/9) on Github and marked as closed in June 2021, but I can't find a version of target-bigquery free of this undesirable behaviour. If someone could help me with this, I would really appreciate!edgar_ramirez_mondragon
11/27/2021, 12:03 AMdelson_barros
11/29/2021, 7:09 PMedgar_ramirez_mondragon
11/29/2021, 7:27 PMmeltano add loader target-bigquery
?edgar_ramirez_mondragon
11/29/2021, 7:39 PMdelson_barros
11/29/2021, 9:38 PMmeltano install loader target-bigquery
, changing the github url to @v0.11.2 or @v0.11.3, in the meltano.yml file. I opened the loader folders to check whether the code was really updated and the different versions were being installed correctly, but the problem with empty states still persisted.
In order to test this, I made the following: I ran a meltano job completely, so a state file would be created; then I ran the same job again, disconnecting the Internet during the first seconds, so the tap would fail but target-bigquery don't. In this case, target-bigquery completed its processes, corrupting the state file at the end. No version I tested was able to deal correctly with this test case, keeping the previous and healthy state file.edgar_ramirez_mondragon
11/29/2021, 10:15 PMdelson_barros
11/29/2021, 10:26 PMedgar_ramirez_mondragon
11/29/2021, 10:27 PM