database · inferred from evidence
BigQuery
A named datastore engine referenced as the data source for GrowthBook queries.
- GrowthBook maxConcurrentQueries not respected queries bypass the queue BigQuery
In Growthbook: This was a GrowthBook bug in the query queue that a maintainer fixed in a PR; the reporter tested it for several days and confirmed it solved the issue. Upgrade GrowthBook to a version containing that fix.
- BigQuery load_table_from_dataframe mangles DATETIME values (INVALID or wrong dates)
What this covers: Uploading a pandas DataFrame with a datetime column (e.g. The fix that worked: This was a real backend limitation: Parquet uploads couldnt carry DATETIME values, so the client mapped `datetime64[ns]` to TIMESTAMP and value