googleapis / googleapis/google-cloud-python

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

Đang mở
#15,691 4 bình luận 0 reaction 0 người được giao Xem trên GitHub
api: bigquery priority: p3 type: bug
Ngôn ngữ chính
Python
Star
5.4k
Fork
1.8k
Merge trung bình
3 ngày 4 giờ
Pull request đã merge (30 ngày)
122

Mô tả

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.

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.