运行 dbt 时,我们随机有一些模型失败并出现以下错误:
HTTPSConnectionPool(host=‘bigquery.googleapis.com’, port=443):
Max retries exceeded with url: /bigquery/v2/projects/xxxx/jobs
(Caused by NewConnectionError(‘<urllib3.connection.HTTPSConnection object at 0x7f7fdce6dbb0>:
Failed to establish a new connection: [Errno -3] Temporary failure in name resolution’))
我尝试在线搜索,但找不到与此错误和 dbt 相关的任何内容。这可能是 dbt 内部的问题,还是与外部问题有关?有没有办法防止这种情况?
我们正在使用 GKE 集群中的工作流调度程序 (Argo) 运行面向 BigQuery 的 dbt。
谢谢!:)