79465556

Date: 2025-02-25 06:16:38
Score: 1
Natty:
Report link

I encountered the same issue working on a Google Cloud Function to read from a BigQuery table.

I found this from google.cloud import bigquery ModuleNotFoundError: No module named ‘db_dtypes’ and they referenced using google-cloud-bigquery[all] instead of google-cloud-bigquery. I updated my requirements.txt file to use google-cloud-bigquery[all], and the error disappeared.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
Posted by: Adam Huffman