Shubham Kawade
12/20/2024, 6:12 AMtarget-bigquery
by z3z1ma
and a custom tap for odoo
and in one of the pipelines run logs. I saw the following :
{"name": "target-bigquery", "event": "Exception ignored in: <function Compressor.__del__ at 0x76af12c18ee0>", "level": "info", "timestamp": "2024-12-20T00:12:06.377534Z"}
{"consumer": true, "producer": false, "string_id": "target-bigquery", "cmd_type": "elb", "run_id": "ac82e037-1907-4624-be32-03b2c1fa0509", "job_name": "test:tap-odoo-to-target-bigquery", "stdio": "stderr", "name": "target-bigquery", "event": "Traceback (most recent call last):", "level": "info", "timestamp": "2024-12-20T00:12:06.377895Z"}
{"consumer": true, "producer": false, "string_id": "target-bigquery", "cmd_type": "elb", "run_id": "ac82e037-1907-4624-be32-03b2c1fa0509", "job_name": "test:tap-odoo-to-target-bigquery", "stdio": "stderr", "name": "target-bigquery", "event": " File \"/home/src/odoo_elt/tap-odoo/.meltano/loaders/target-bigquery/venv/lib/python3.10/site-packages/target_bigquery/core.py\", line 1041, in __del__", "level": "info", "timestamp": "2024-12-20T00:12:06.378155Z"}
{"consumer": true, "producer": false, "string_id": "target-bigquery", "cmd_type": "elb", "run_id": "ac82e037-1907-4624-be32-03b2c1fa0509", "job_name": "test:tap-odoo-to-target-bigquery", "stdio": "stderr", "name": "target-bigquery", "event": " self.close()", "level": "info", "timestamp": "2024-12-20T00:12:06.378450Z"}
{"consumer": true, "producer": false, "string_id": "target-bigquery", "cmd_type": "elb", "run_id": "ac82e037-1907-4624-be32-03b2c1fa0509", "job_name": "test:tap-odoo-to-target-bigquery", "stdio": "stderr", "name": "target-bigquery", "event": " File \"/home/src/odoo_elt/tap-odoo/.meltano/loaders/target-bigquery/venv/lib/python3.10/site-packages/target_bigquery/core.py\", line 1013, in close", "level": "info", "timestamp": "2024-12-20T00:12:06.379550Z"}
{"consumer": true, "producer": false, "string_id": "target-bigquery", "cmd_type": "elb", "run_id": "ac82e037-1907-4624-be32-03b2c1fa0509", "job_name": "test:tap-odoo-to-target-bigquery", "stdio": "stderr", "name": "target-bigquery", "event": " self.buffer.flush()", "level": "info", "timestamp": "2024-12-20T00:12:06.379849Z"}
{"consumer": true, "producer": false, "string_id": "target-bigquery", "cmd_type": "elb", "run_id": "ac82e037-1907-4624-be32-03b2c1fa0509", "job_name": "test:tap-odoo-to-target-bigquery", "stdio": "stderr", "name": "target-bigquery", "event": "ValueError: flush of closed file", "level": "info", "timestamp": "2024-12-20T00:12:06.380108Z"}
Would this result in missing records in my target bigquery?
If possible, could someone please explain what is happening here ?