googleapis / googleapis/google-cloud-python

BigQuery queries intermittently fail with "Dataset not found in location US" despite dataset being in us-central1

未关闭
#15,691 4 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
api: bigquery priority: p3 type: bug
主要语言
Python
星标
5.4k
派生
1.8k
平均合并
2 天 23 小时
30 天内合并 PR
123

描述

Some of are queries are failing rarely (a few times a week) with this error: Not found: Dataset my-dataset:my_table was not found in location US.
This is because of the correct location is `us-central1`. And more than 99.99% of our queries succeed, so it's not a configuration issue.

We set the correct location with
```python
bigquery.Client(
project=self.project_id,
location=self.location,
)
```

#### Environment details

- OS type and version: Linux, python:3.11.4 docker image
- Python version: 3.11.4
- `google-cloud-bigquery` version: 3.38.0

#### Steps to reproduce

We can't reproduce it deterministically, it happens on a large production system with many concurrent queries.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。