# Functions

GetLatestSourceRecords gets the latest publisher source records.
NewBigQuery creates a new instance of a BigQuery client with config.
SaveInvocationCommentStatus inserts the statuses into the InvocationCommentStatus table.

# Variables

PublisherSourceQuery is the source query that teeth job pipeline will use to publish results.

# Structs

BigQuery provides a client to BigQuery API.
TODO: Add query limit param.
InvocationCommentStatusRecord is the output data structure that maps to the teeth pipeline's output table schema for invocation comment statuses.
PublisherSourceRecord maps the columns from the source query to a struct.

# Interfaces

BigQueryClient defines the spec for calls to read from and write to BigQuery tables.