For the BigQuery target. I have a table of 7.5m rows. At c. 5.8m rows i get the following:
2024-09-04T07
1836.770220Z [info ] 2024-09-04 07
1836,769 | INFO | target-bigquery | Target 'target-bigquery' completed reading 5804784 lines of input (5804781 records, (0 batch manifests, 2 stat
e messages). cmd_type=elb consumer=True job_name=dev:tap-mssql-to-target-bigquery name=target-bigquery producer=False run_id=cf74ffbb-27ec-4781-b38d-5dcb3ae0dccb stdio=stderr string_id=target-bigquery
2024-09-04T07
1841.685106Z [info ] 2024-09-04 07
1841,684 | WARNING | urllib3.connectionpool | Connection pool is full, discarding connection:
bigquery.googleapis.com. Connection pool size: 10 cmd_type=elb consumer=True job_name=dev:tap-mssql-to-target-bigquery name=target-bigquery producer=False run_id=cf74ffbb-27ec-4781-b38d-5dcb3ae0dccb stdio=stderr string_id=target-bigquery
I am running the target in batch_job mode. Without having to spend hours doing a deep dive, does anyone know where the issue may lie? After 5.8m lines, i doubt whether the issue is the pool size (it would certainly fail much sooner?).