Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #49

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion bigquery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mean to wait for @navierula 's docs?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep!


## 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.
Aric1088 marked this conversation as resolved.
Show resolved Hide resolved

## Accessing build insights with SQL queries through the BigQuery CLI:

Expand Down