Troubleshooting Errors in Data Ingestion with DataHub, DBT, and BigQuery

Original Slack Thread

Hello, I am ingesting data from bigquery, through dbt,
using python´s datahub client version 0.13, with dbt 1.7.8 and bigquery adapter 1.7.8
and we are getting these errors at the end of the job

    reporter.on_completion(
  File "/usr/local/lib/python3.11/site-packages/datahub/ingestion/reporting/datahub_ingestion_run_summary_provider.py", line 217, in on_completion
    self._emit_aspect(
  File "/usr/local/lib/python3.11/site-packages/datahub/ingestion/reporting/datahub_ingestion_run_summary_provider.py", line 157, in _emit_aspect
    self.sink.write_record_async(
  File "/usr/local/lib/python3.11/site-packages/datahub/ingestion/sink/datahub_rest.py", line 195, in write_record_async
    self.executor.submit(
  File "/usr/local/lib/python3.11/site-packages/datahub/utilities/advanced_thread_executor.py", line 86, in submit
    self._submit_nowait(key, fn, args, kwargs, done_callback=done_callback)
  File "/usr/local/lib/python3.11/site-packages/datahub/utilities/advanced_thread_executor.py", line 96, in _submit_nowait
    future = self._executor.submit(fn, *args, **kwargs)"
timestamp: ```
It is related to reporting, but what is the cause, and how can we fix it?