Relative Content

Tag Archive for google-cloud-platformgoogle-bigquery

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.