What is the concurrency limit on queries in BigQuery?
There used to be a limit of ~100 queries run concurrently for on-demand pricing, such as What is considered a concurrent query in BigQuery?. However, when I go to the quota page now for BQ that line-item is not listed. Is there still a limit on the number of queries that can be run for a project?
Getting cost value mismatch while using UNNEST in BigQuery
I am using BigQuery to get GCP usage data using queries. I have a single query to get all details from GCP exported Bill data to BigQuery.
Cannot create a Python notebook in BigQuery
When I try to create a Python notebook in BigQuery, the following error appears:
Tracking down users(tables/views) of views from other gcp projects
Is there any way to list out the tables/views from other gcp projects using a particular view in a source project(context – data engineering).
BigQuery ML model to predict outside BQ
I’ve successfully built a BigQuery ML model which I can call with ML.predict.
How to track/monitor the GCP Security Center Exports to BigQuery?
I enabled GCP Security Command Center (SCC) and created an export for the findings in the GCP SCC to be pushed into BigQuery dataset. Everything works as I want, however one main problem is that I can not track the status of exports. Google offers a solution for continuous exports and I applied it, yet I still need to check the status for unpredicted downtimes.
Bigquery ML ARIMA_PLUS has same prediction interval as confidence interval
According to the documentation the ARIMA_PLUS model in BigQuery ML produces both confidence intervals as well as prediction intervals when forecasting. Upon trying it out I noticed the lower and upper bounds of the prediction interval are the same as the confidence interval. My understanding is that the prediction interval is always wider than the confidence interval for a given level, unless the error is zero.
Biquery – Cost data Query Optimization
I am using the BigQuery to get the cost details of GCP using the following query
How to trigger a query job when another table updates in Big Query
In big query, i have an export of search console data landing into a table daily, this is done by Google and can happen at any time of the day. I then run a query to enrich and format the data into another table for use in Data Studio.