Documentation
¶
Overview ¶
Package bqexport contains functionality related to exporting the authorization data from LUCI Auth Service to BigQuery (BQ).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CronHandler ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client provides methods to export authorization data to BQ.
func (*Client) EnsureLatestViews ¶
EnsureLatestViews ensures the views for the latest groups and latest realms have their metadata applied, including schema and query definition updates.
If a view's underlying table has its schema updated, be sure to update the metadata version to propagate it to the view as well.
func (*Client) InsertGroups ¶
InsertGroups inserts the given groups in BQ.
Click to show internal directories.
Click to hide internal directories.