From e9082908ee5ccf0376cc4bf6ea48d61c90541b99 Mon Sep 17 00:00:00 2001 From: Aric Zhuang Date: Thu, 30 Jul 2020 13:25:20 -0400 Subject: [PATCH 1/2] Update README.md --- bigquery/README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/bigquery/README.md b/bigquery/README.md index 02052a9c..cd45e6bd 100644 --- a/bigquery/README.md +++ b/bigquery/README.md @@ -2,7 +2,18 @@ This notifier pushes build data to a BigQuery instance. -*Alpha Feature - Under Development* +This notifier runs as a container via Google Cloud Run and responds to +events that Cloud Build publishes via its +[Pub/Sub topic](https://cloud.google.com/cloud-build/docs/send-build-notifications). + +For detailed instructions on setting up this notifier, +see [Configuring BigQuery notifications](TODO). + +## Configuration Variables + +This notifier expects the following fields in the `delivery` map to be set: + +- `table`: Full path for the BigQuery table to which build data writes will be sent. ## Accessing build insights with SQL queries through the BigQuery CLI: From 529148f5ed93ec2f3bd566892a7027357e0bf34e Mon Sep 17 00:00:00 2001 From: Aric Zhuang Date: Mon, 3 Aug 2020 12:11:31 -0400 Subject: [PATCH 2/2] Update README.md --- bigquery/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigquery/README.md b/bigquery/README.md index cd45e6bd..e5263b0d 100644 --- a/bigquery/README.md +++ b/bigquery/README.md @@ -13,7 +13,7 @@ see [Configuring BigQuery notifications](TODO). This notifier expects the following fields in the `delivery` map to be set: -- `table`: Full path for the BigQuery table to which build data writes will be sent. +- `table`: Full path for the BigQuery table to which build data writes will be sent: 'projects/${project_id}/datasets/${dataset_name}/tables/${table_name}' ## Accessing build insights with SQL queries through the BigQuery CLI: